RulesetList | Overloaded. Initializes a new instance of the RulesetList class. |
Capacity | |
Count | |
InnerList | |
IsFixedSize | |
IsReadOnly | |
IsSynchronized | |
Item | Overloaded. |
OwnerDocument | |
SyncRoot |
Add | Adds a ruleset to the list. This method is the wrapper of the 'Add' method of the IList interface. Its benefit is to use objects of type 'Ruleset' instead of type 'Object'. |
Clear | Removes all the rules from the list. |
Contains | Overloaded. Determines whether the Ruleset object specified by 'ruleset' 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 'Ruleset' 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 Ruleset object specified by 'ruleset'. This method is the wrapper of the 'IndexOf' method of the IList interface. Its benefit is to use object of type 'Ruleset' instead of objects of type 'Object'. |
Insert | Inserts the Ruleset object specified by 'ruleset' at the index specified by 'index'. This method is the wrapper of the 'Insert' method of the IList interface. Its benefit is to use objects of type 'Ruleset' instead of type 'Object'. |
Remove | Removes the Ruleset object specified by 'ruleset' from the list. This method is the wrapper of the 'Remove' method of the IList interface. Its benefit is to use objects that implements the interface 'Ruleset' instead of objects of type 'Object'. |
RemoveAt | Removes the Ruleset object at the index specified by 'index'. |
RulesetList Class | XRules Namespace