GroupBuilderParticipationPeriodVariable class
Revision as of 09:56, 30 March 2017 by Nguyenduyan (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=GroupBuilderParticipationPeriodVariable |Description=Represents a group builder variable for users that has participated in a list of questionna...")
GroupBuilderParticipationPeriodVariable
Represents a group builder variable for users that has participated in a list of questionnaires.
Constructors
- () - Create new variable
Methods
- Empty Add(int questionnaireResourceId "Questionnaire resource id to add") - Add a new questionnaire
- int this[] { get; }(int index "Index") - Get questionnaire resource id at index
- bool Remove(int questionnaireResourceId "Questionnaire resource id to remove") - Remove questionnaire. Return true if removed
- string ToString() - The string representation of the object.
Properties
- int Count { get; } - Number of specific questionnaires
- DateTime FromDate { get; set; } - From date
- bool FromDateStartDate { get; set; } - From date is the start date, or if false the end date
- string ObjectTypeName { get; } - The name of the type of object.
- int ResourceTemplateResourceId { get; set; } - Questionnaire resource template to get users from, instead of individual questionnaires
- DateTime ToDate { get; set; } - To date
- bool ToDateStartDate { get; set; } - To date is the start date, or if false the end date
- TypeInformation TypeInformation { get; } - Get information about this class.