[]
        
(Showing Draft Content)

C1.Win.RulesManager.Model.IRuleCollection

IRuleCollection Interface

Represents the collection of rules.

Namespace: C1.Win.RulesManager.Model
Assembly: C1.Win.RulesManager.4.8.dll
Syntax
public interface IRuleCollection : IList<IRule>, ICollection<IRule>, IEnumerable<IRule>, IEnumerable

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.