| Controller | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntax[SerializableAttribute] public sealed class RuleSet : IList<ControllerMapLayoutManagerRule>, ICollection<ControllerMapLayoutManagerRule>, IEnumerable<ControllerMapLayoutManagerRule>, IEnumerable
The ControllerMapLayoutManagerRuleSet type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ControllerMapLayoutManagerRuleSet | Initializes a new instance of the ControllerMapLayoutManagerRuleSet class | 
|  | ControllerMapLayoutManagerRuleSet(ControllerMapLayoutManagerRuleSet) | Initializes a new instance of the ControllerMapLayoutManagerRuleSet class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Count | |
|  | enabled | If enabled, the rule set will be evaluated. Otherwise, it will be ignored. | 
|  | Item | |
|  | rules | The Rule list. | 
|  | tag | The tag. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Add | |
|  | Clear | |
|  | Contains | |
|  | CopyTo | |
|  | Find | Finds the first Rule that satisfies the predicate. | 
|  | FindIndex | Finds the index of the first Rule that satisfies the predicate. | 
|  | FindLast | Finds the last Rule that satisfies the predicate. | 
|  | FindLastIndex | Finds the index of the last Rule that satisfies the predicate. | 
|  | GetEnumerator | |
|  | IndexOf | |
|  | Insert | |
|  | Remove | |
|  | RemoveAt | 
 See Also
See Also