GroupBuilderSampleRuleVariable class
Revision as of 10: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...")
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.