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.

QuestionnaireCost class: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Nguyenduyan (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{HelpFiles}}
{{CGscriptClass_Template
{{CGscriptClass_Template
|Name=<nowiki>QuestionnaireCost</nowiki>
|Name=QuestionnaireCost
|Description=<nowiki>The questionnaire cost object</nowiki>
|Description=The questionnaire cost object
|Methods=
|Methods=
{{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Description=<nowiki>The string representation of the object.</nowiki>}}
{{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}}
|Properties=
|Properties=
{{CGscriptProperties_Template|ReturnType=number|Name=<nowiki>CollectedCost</nowiki>|HasGetter=1|Description=<nowiki>Get collected answers cost for the questionnaire in the specified period</nowiki>}}
{{CGscriptProperties_Template|ReturnType=number|Name=CollectedCost|HasGetter=1|Description=Get collected answers cost for the questionnaire in the specified period}}
{{CGscriptProperties_Template|ReturnType=number|Name=<nowiki>ImportedCost</nowiki>|HasGetter=1|Description=<nowiki>Get imported answers cost for the questionnaire in the specified period</nowiki>}}
{{CGscriptProperties_Template|ReturnType=number|Name=ImportedCost|HasGetter=1|Description=Get imported answers cost for the questionnaire in the specified period}}
{{CGscriptProperties_Template|ReturnType=string|Name=<nowiki>ObjectTypeName</nowiki>|HasGetter=1|Description=<nowiki>The name of the type of object.</nowiki>}}
{{CGscriptProperties_Template|ReturnType=string|Name=ObjectTypeName|HasGetter=1|Description=The name of the type of object.}}
{{CGscriptProperties_Template|ReturnType=string|Name=<nowiki>QuestionnaireName</nowiki>|HasGetter=1|Description=<nowiki>Get name of the questionnaire</nowiki>}}
{{CGscriptProperties_Template|ReturnType=string|Name=QuestionnaireName|HasGetter=1|Description=Get name of the questionnaire}}
{{CGscriptProperties_Template|ReturnType=number|Name=<nowiki>QuestionnaireResourceId</nowiki>|HasGetter=1|Description=<nowiki>Get questionnaire resource id</nowiki>}}
{{CGscriptProperties_Template|ReturnType=number|Name=QuestionnaireResourceId|HasGetter=1|Description=Get questionnaire resource id}}
{{CGscriptProperties_Template|ReturnType=number|Name=<nowiki>ScriptedCost</nowiki>|HasGetter=1|Description=<nowiki>Get scripted answers cost for the questionnaire in the specified period</nowiki>}}
{{CGscriptProperties_Template|ReturnType=number|Name=ScriptedCost|HasGetter=1|Description=Get scripted answers cost for the questionnaire in the specified period}}
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=<nowiki>TypeInformation</nowiki>|HasGetter=1|Description=<nowiki>Get information about this class.</nowiki>}}
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=TypeInformation|HasGetter=1|Description=Get information about this class.}}
}}
}}
=== <span style="color:#000000">QuestionnaireCost is renamed to </span><span style="color:#ff0000">CatglobeCost</span><br/> ===

Latest revision as of 08:42, 23 November 2016

QuestionnaireCost



The questionnaire cost object


Methods

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

Properties

  • number CollectedCost { get; } - Get collected answers cost for the questionnaire in the specified period
  • number ImportedCost { get; } - Get imported answers cost for the questionnaire in the specified period
  • string ObjectTypeName { get; } - The name of the type of object.
  • string QuestionnaireName { get; } - Get name of the questionnaire
  • number QuestionnaireResourceId { get; } - Get questionnaire resource id
  • number ScriptedCost { get; } - Get scripted answers cost for the questionnaire in the specified period
  • TypeInformation TypeInformation { get; } - Get information about this class.


QuestionnaireCost is renamed to CatglobeCost