Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GroupBuilderSampleRuleVariable class

From Catglobe Wiki
Revision as of 09:05, 30 March 2017 by Nguyenduyan (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=GroupBuilderSampleRuleVariable |Description=Represents a group builder variable for users with no or invalid emails. |Constructors= {{CGscriptCo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

GroupBuilderSampleRuleVariable



Represents a group builder variable for users with no or invalid emails.

Constructors

  • () - Create new variable

Methods

  • Empty Add(array sampleIdList "List of sample ids to add") - Add a new sample
  • int this[] { get; }(int index "Index") - Get sample id at index
  • bool Remove(int sampleId "Sample id to remove") - Remove sample. Return true if removed
  • string ToString() - The string representation of the object.

Properties

  • int Count { get; } - Number of specific samples
  • bool IncludeNoSample { get; set; } - Include users that have no sample set
  • string ObjectTypeName { get; } - The name of the type of object.
  • int QuestionnaireResourceId { get; set; } - Questionnaire to get users from
  • TypeInformation TypeInformation { get; } - Get information about this class.