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.

GroupBuilderParticipationPeriodVariable class

From Catglobe Wiki
Revision as of 08: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.