RuleInstanceList | Overloaded. Initializes a new instance of the RuleInstanceList class. |
Clear | Removes all the rules from the list. |
Contains | Determines whether the RuleInstance object specified by 'ruleInstance' is in the list or not. This method is the wrapper of the 'Contains' method of the IList interface. Its benefit is to use objects of type 'RuleInstance' instead of objects of type. |
CopyTo | Copies the rules of the collection (this list) to the array specified by 'array', starting at the index specified by 'index'. |
GetEnumerator | Returns an enumerator that can iterate through the list. |
IndexOf | Determines the index of the RuleInstance object specified by 'ruleInstance'. This method is the wrapper of the 'IndexOf' method of the IList interface. Its benefit is to use object of type 'RuleInstance' instead of objects of type 'Object'. |
RemoveAt | Removes the RuleInstance object at the index specified by 'index'. |
RuleInstanceList Class | XRules Namespace