GroupBuilderRuleCollection class
Revision as of 10:51, 28 March 2017 by Nguyenduyan (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=GroupBuilderRuleCollection |Description=Represents a level of group builder rules. |Methods= {{CGscriptMethods_Template|ReturnType=Empty|Name=Ad...")
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.