GroupBuilderGroupVariable class

From Catglobe Wiki
Revision as of 11:57, 28 March 2017 by Nguyenduyan (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=GroupBuilderGroupVariable |Description=Represents a group builder variable for group membership. |Constructors= {{CGscriptConstructors_Template|...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

GroupBuilderGroupVariable



Represents a group builder variable for group membership.

Constructors

  • (bool include "Include users, or if false exclude users") - Create new variable

Methods

  • Empty Add(int groupResourceId "Group resource id to add") - Add a new group
  • int this[] { get; }(int index "Index") - Get group resource id at index
  • bool Remove(int groupResourceId "Group resource id to remove") - Remove group. Return true if removed
  • string ToString() - The string representation of the object.

Properties

  • int Count { get; } - Number of groups
  • bool Include { get; } - Include users that match rule, or exclude
  • string ObjectTypeName { get; } - The name of the type of object.
  • TypeInformation TypeInformation { get; } - Get information about this class.