Click or drag to resize
FeatureChoiceProviderGetChoices Method

Namespace: Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public IEnumerable<Choice> GetChoices(
	Object rootObject
)

Parameters

rootObject
Type: SystemObject

Return Value

Type: IEnumerableChoice

Implements

IChoiceProviderGetChoices(Object)
See Also