Controller |
[SerializableAttribute] public sealed class RuleSet : IList<ControllerMapLayoutManagerRule>, ICollection<ControllerMapLayoutManagerRule>, IEnumerable<ControllerMapLayoutManagerRule>, IEnumerable
The ControllerMapLayoutManagerRuleSet type exposes the following members.
| Name | Description | |
|---|---|---|
| ControllerMapLayoutManagerRuleSet | Initializes a new instance of the ControllerMapLayoutManagerRuleSet class | |
| ControllerMapLayoutManagerRuleSet(ControllerMapLayoutManagerRuleSet) | Initializes a new instance of the ControllerMapLayoutManagerRuleSet class |
| 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. |
| 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 |