Click or drag to resize

ModelChoiceProviderGetAvailableFieldNames Method

Namespace:  Colygon.MatchPoint.EntityModel
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public IEnumerable<FieldName> GetAvailableFieldNames(
	MPInstance instance
)

Parameters

instance
Type: Colygon.MatchPoint.CoreMPInstance

Return Value

Type: IEnumerableFieldName
See Also