[]
        
(Showing Draft Content)

C1.Win.RulesManager.Model.RuleCollection.DecreasePriority

DecreasePriority Method

DecreasePriority(IRule)

Decrease the priority of the specified rule in the collection. The priority is determined by the position in the collection.

Declaration
public void DecreasePriority(IRule rule)
Parameters
Type Name Description
IRule rule

Specified rule

Implements