Click or drag to resize
MacroRuleTree Properties

The MacroRuleTree type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets or sets the child rules.
Public propertyHasPreviousSibling
Returns true if group has a previous sibling node.
Public propertyIDPath
Returns IDPath of the group.
Public propertyIsLeaf
Returns true if group is a leaf (expression).
Public propertyLevel
Returns level of the group.
Public propertyOperator
Gets or sets operator of the rule.
Public propertyParameters
Gets or sets the parameters of the rule (null for internal nodes).
Public propertyParent
Gets or sets the parent.
Public propertyPosition
Gets or sets the relative position of the rule within the parent group.
Public propertyRuleCondition
Gets or sets the associated rule K# condition.
Public propertyRuleName
Gets or sets the associated rule name.
Public propertyRuleParameters
Gets or sets the associated rule parameters xml definition.
Public propertyRuleText
Gets or sets the associated rule text.
Top
See Also