Click or drag to resize

ControllerMapLayoutManagerRuleSet Class

A set of Rules.
Inheritance Hierarchy
SystemObject
  RewiredControllerMapLayoutManagerRuleSet

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public sealed class RuleSet : IList<ControllerMapLayoutManagerRule>, 
	ICollection<ControllerMapLayoutManagerRule>, IEnumerable<ControllerMapLayoutManagerRule>, IEnumerable

The ControllerMapLayoutManagerRuleSet type exposes the following members.

Constructors
 NameDescription
Public methodControllerMapLayoutManagerRuleSetInitializes a new instance of the ControllerMapLayoutManagerRuleSet class
Public methodControllerMapLayoutManagerRuleSet(ControllerMapLayoutManagerRuleSet)Initializes a new instance of the ControllerMapLayoutManagerRuleSet class
Top
Properties
 NameDescription
Public propertyCount 
Public propertyenabled If enabled, the rule set will be evaluated. Otherwise, it will be ignored.
Public propertyItem 
Public propertyrules The Rule list.
Public propertytag The tag.
Top
Methods
 NameDescription
Public methodAdd 
Public methodClear 
Public methodContains 
Public methodCopyTo 
Public methodFind Finds the first Rule that satisfies the predicate.
Public methodFindIndex Finds the index of the first Rule that satisfies the predicate.
Public methodFindLast Finds the last Rule that satisfies the predicate.
Public methodFindLastIndex Finds the index of the last Rule that satisfies the predicate.
Public methodGetEnumerator 
Public methodIndexOf 
Public methodInsert 
Public methodRemove 
Public methodRemoveAt 
Top
See Also