[]
Represents the collection of rules.
public class RuleCollection : BindingList<IRule>, IReadOnlyList<IRule>, IReadOnlyCollection<IRule>, IBindingList, IList, ICollection, ICancelAddNew, IRaiseItemChangedEvents, IRuleCollection, IList<IRule>, ICollection<IRule>, IEnumerable<IRule>, IEnumerable
| Name | Description |
|---|---|
| RuleCollection() |
| Name | Description |
|---|---|
| AddRange(IEnumerable<IRule>) | Adds the IRule elements of the specified collection to the end of the collection. |
| DecreasePriority(IRule) | Decrease the priority of the specified rule in the collection. The priority is determined by the position in the collection. |
| IncreasePriority(IRule) | Increases the priority of the specified rule in the collection. The priority is determined by the position in the collection. |
| OnListChanged(ListChangedEventArgs) |