Difference between revisions of "QuestionnaireCost class"
Nguyenduyan (talk | contribs) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{CGscriptClass_Template | {{CGscriptClass_Template | ||
− | |Name= | + | |Name=QuestionnaireCost |
− | |Description= | + | |Description=The questionnaire cost object |
|Methods= | |Methods= | ||
− | {{CGscriptMethods_Template|ReturnType=string|Name= | + | {{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}} |
|Properties= | |Properties= | ||
− | {{CGscriptProperties_Template|ReturnType=number|Name= | + | {{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= | + | {{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= | + | {{CGscriptProperties_Template|ReturnType=string|Name=ObjectTypeName|HasGetter=1|Description=The name of the type of object.}} |
− | {{CGscriptProperties_Template|ReturnType=string|Name= | + | {{CGscriptProperties_Template|ReturnType=string|Name=QuestionnaireName|HasGetter=1|Description=Get name of the questionnaire}} |
− | {{CGscriptProperties_Template|ReturnType=number|Name= | + | {{CGscriptProperties_Template|ReturnType=number|Name=QuestionnaireResourceId|HasGetter=1|Description=Get questionnaire resource id}} |
− | {{CGscriptProperties_Template|ReturnType=number|Name= | + | {{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= | + | {{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 09: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.