| IElementModelParameterCollectionGetOrdinal Method |
Returns the index of a specific parameter in the collection
Namespace: FlexRule.Core.ModelAssembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxint 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