Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.Generic.ICollection<IRule>) | |
IsReadOnly | (Inherited from System.Collections.Generic.ICollection<IRule>) | |
Item | (Inherited from System.Collections.Generic.IList<IRule>) |
The following tables list the members exposed by IRuleCollection.
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.Generic.ICollection<IRule>) | |
IsReadOnly | (Inherited from System.Collections.Generic.ICollection<IRule>) | |
Item | (Inherited from System.Collections.Generic.IList<IRule>) |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.Generic.ICollection<IRule>) | |
AddRange | Adds the IRule elements of the specified collection to the end of the collection. | |
Clear | (Inherited from System.Collections.Generic.ICollection<IRule>) | |
Contains | (Inherited from System.Collections.Generic.ICollection<IRule>) | |
CopyTo | (Inherited from System.Collections.Generic.ICollection<IRule>) | |
DecreasePriority | Decrease the priority of the specified rule in the collection. The priority is determined by the position in the collection. | |
GetEnumerator | (Inherited from System.Collections.Generic.IEnumerable<IRule>) | |
IncreasePriority | Increases the priority of the specified rule in the collection. The priority is determined by the position in the collection. | |
IndexOf | (Inherited from System.Collections.Generic.IList<IRule>) | |
Insert | (Inherited from System.Collections.Generic.IList<IRule>) | |
Remove | (Inherited from System.Collections.Generic.ICollection<IRule>) | |
RemoveAt | (Inherited from System.Collections.Generic.IList<IRule>) |