RuleList | Overloaded. Initializes a new instance of the RuleList class. |
Capacity | |
Count | |
InnerList | |
IsFixedSize | |
IsReadOnly | |
IsSynchronized | |
Item | Overloaded. |
SyncRoot |
Add | Adds a rule to the list. |
Clear | Removes all the rules from the list. |
Contains | Determines whether the RuleBase object specified by 'rule' is in the list or not. |
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 RuleBase object specified by 'rule'. |
Insert | Inserts the RuleBase object specified by 'rule' at the index specified by 'index'. |
Remove | Removes the RuleBase object specified by 'rule' from the list. |
RemoveAt | Removes the RuleBase object at the index specified by 'index'. |
RuleList Class | XRules Namespace