[]
        
(Showing Draft Content)

C1.Win.RulesManager.Model.RuleCollection

RuleCollection Class

Represents the collection of rules.

Inheritance
RuleCollection
Namespace: C1.Win.RulesManager.Model
Assembly: C1.Win.RulesManager.4.8.dll
Syntax
public class RuleCollection : BindingList<IRule>, IReadOnlyList<IRule>, IReadOnlyCollection<IRule>, IBindingList, IList, ICollection, ICancelAddNew, IRaiseItemChangedEvents, IRuleCollection, IList<IRule>, ICollection<IRule>, IEnumerable<IRule>, IEnumerable

Constructors

Name Description
RuleCollection()

Methods

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)