QuestionnaireHasData class

From Catglobe Wiki
Revision as of 11:54, 15 December 2016 by Nguyenduyan (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=QuestionnaireHasData |Description=Information about wheter or not a question has existing data or not. |Constructors= {{CGscriptConstructors_Tem...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

QuestionnaireHasData



Information about wheter or not a question has existing data or not.

Constructors

  • (int qResourceId "ResourceId of a questionnaire.") - Constructor to take many questionnaires

Methods

  • bool AnswerOptionHasData(string label "Question label", int value "Answer option value") - True if an answeropen has data, and is thus undeleteable (unless all existing data is converted to test data)
  • bool QuestionHasData(string label "Question label") - True if a question has data, and is thus undeleteable (unless all existing data is converted to test data)
  • bool SubQuestionHasData(string label "Question label", int gridnumber "Sub question grid number") - True if a subquestion has data, and is thus undeleteable (unless all existing data is converted to test data)
  • string ToString() - The string representation of the object.

Properties

  • string ObjectTypeName { get; } - The name of the type of object.
  • TypeInformation TypeInformation { get; } - Get information about this class.