Click or drag to resize
IElementModelParameterCollectionGetOrdinal Method
Returns the index of a specific parameter in the collection

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
int GetOrdinal(
	string name,
	bool ignoreCase
)

Parameters

name
Type: SystemString
ignoreCase
Type: SystemBoolean
True to ignore the name case otherwise false

Return Value

Type: Int32
See Also