C1.Win.RulesManager.Model Namespace / IRuleCollection Interface

In This Topic
IRuleCollection Interface Methods
In This Topic

For a list of all members of this type, see IRuleCollection members.

Public Methods
 NameDescription
 Method (Inherited from System.Collections.Generic.ICollection<IRule>)
 MethodAdds the IRule elements of the specified collection to the end of the collection.  
 Method (Inherited from System.Collections.Generic.ICollection<IRule>)
 Method (Inherited from System.Collections.Generic.ICollection<IRule>)
 Method (Inherited from System.Collections.Generic.ICollection<IRule>)
 MethodDecrease the priority of the specified rule in the collection. The priority is determined by the position in the collection.  
 Method (Inherited from System.Collections.Generic.IEnumerable<IRule>)
 MethodIncreases the priority of the specified rule in the collection. The priority is determined by the position in the collection.  
 Method (Inherited from System.Collections.Generic.IList<IRule>)
 Method (Inherited from System.Collections.Generic.IList<IRule>)
 Method (Inherited from System.Collections.Generic.ICollection<IRule>)
 Method (Inherited from System.Collections.Generic.IList<IRule>)
Top
See Also