[]
Represents the collection of rules.
public interface IRuleCollection : IList<IRule>, ICollection<IRule>, IEnumerable<IRule>, IEnumerable
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. |