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.

ExportSettingsSpssFile class

From Catglobe Wiki
Revision as of 09:35, 28 March 2017 by Nguyenduyan (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=ExportSettingsSpssFile |Description=Export settings for the Spss File format. |Methods= {{CGscriptMethods_Template|ReturnType=Empty|Name=AddAllQ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ExportSettingsSpssFile



Export settings for the Spss File format.


Methods

  • Empty AddAllQuestions(int questionnaireResourceId "The questionnaire the question is located in") - Add all questions to the export
  • Empty AddQuestion(int questionnaireResourceId "The questionnaire the question is located in", string questionLabel "Label of the question", int length "Length of export field, if set to 0 autodetect") - Add question to the export
  • Empty Clear() - Remove format from output
  • int Decimal(int questionnaireResourceId "The questionnaire the question is located in", string questionLabel "Label of the question") - Return Decimal of question in export
  • int GridIndex(int questionnaireResourceId "The questionnaire the question is located in", string questionLabel "Label of the question") - Return GridIndex of question in export
  • bool IsQuestionExported(int questionnaireResourceId "The questionnaire the question is located in", string questionLabel "Label of the question") - Return true if question is exported
  • int Length(int questionnaireResourceId "The questionnaire the question is located in", string questionLabel "Label of the question") - Return Length of question in export
  • string ToString() - The string representation of the object.

Properties

  • bool ExportAddressInformation { get; set; } - Get/set if exporting to specific format with given option
  • bool ExportPhoneNumbers { get; set; } - Get/set if exporting to specific format with given option
  • bool ExportUserAccountInformation { get; set; } - Get/set if exporting to specific format with given option
  • bool ExportUserEmail { get; set; } - Get/set if exporting to specific format with given option
  • bool IsSpssFileExport { get; } - Get if exporting to specific format
  • string ObjectTypeName { get; } - The name of the type of object.
  • TypeInformation TypeInformation { get; } - Get information about this class.