GroupBuilderRuleCollection
Represents a level of group builder rules.
Methods
- Empty Add(GroupBuilderRule rule "Rule to add") - Add a new rule
- GroupBuilderRule this[] { get; }(int index "Index") - Get rule at index
- bool Remove(GroupBuilderRule rule "Rule to remove") - Remove rule. Return true if removed
- Empty this[] { set; }(int index "Index", GroupBuilderRule value "Value to set") - Set rule at index
- string ToString() - The string representation of the object.
Properties
- int Count { get; } - Number of rules at this level
- string ObjectTypeName { get; } - The name of the type of object.
- TypeInformation TypeInformation { get; } - Get information about this class.