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

GroupBuilderBulkSMSHistoryVariable class: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
Created page with "{{CGscriptClass_Template |Name=GroupBuilderBulkSMSHistoryVariable |Description=Represents a group builder variable for bulksms history. |Constructors= {{CGscriptConstructors_T..."
 
Nguyenduyan (talk | contribs)
No edit summary
Line 7: Line 7:
{{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}}
{{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}}
|Properties=
|Properties=
{{CGscriptProperties_Template|ReturnType=int|Name=BulkmailResourceId|HasGetter=1|HasSetter=1|Description=Bulkmail to get users from}}
{{CGscriptProperties_Template|ReturnType=int|Name=BulkSmsResourceId|HasGetter=1|HasSetter=1|Description=Bulksms to get users from}}
{{CGscriptProperties_Template|ReturnType=bool|Name=DependantSendToCompleted|HasGetter=1|HasSetter=1|Description=Respondents that have completed their QAS gets included if set}}
{{CGscriptProperties_Template|ReturnType=bool|Name=DependantSendToCompleted|HasGetter=1|HasSetter=1|Description=Respondents that have completed their QAS gets included if set}}
{{CGscriptProperties_Template|ReturnType=bool|Name=DependantSendToNotStarted|HasGetter=1|HasSetter=1|Description=Respondents that have not yet started their QAS gets included if set}}
{{CGscriptProperties_Template|ReturnType=bool|Name=DependantSendToNotStarted|HasGetter=1|HasSetter=1|Description=Respondents that have not yet started their QAS gets included if set}}

Revision as of 07:43, 20 April 2017

GroupBuilderBulkSMSHistoryVariable



Represents a group builder variable for bulksms history.

Constructors

  • () - Create new variable

Methods

  • string ToString() - The string representation of the object.

Properties

  • int BulkSmsResourceId { get; set; } - Bulksms to get users from
  • bool DependantSendToCompleted { get; set; } - Respondents that have completed their QAS gets included if set
  • bool DependantSendToNotStarted { get; set; } - Respondents that have not yet started their QAS gets included if set
  • bool DependantSendToPartly { get; set; } - Respondents that have partly completed their QAS gets included if set
  • array History { get; set; } - History items to get users from
  • string ObjectTypeName { get; } - The name of the type of object.
  • TypeInformation TypeInformation { get; } - Get information about this class.