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.

QuestionGroupLeaf class

From Catglobe Wiki
Revision as of 02:51, 28 January 2019 by Administrator (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>QuestionGroupLeaf</nowiki> |Description=<nowiki>Question group leaf.</nowiki> |Methods= {{CGscriptMethods_Template|ReturnType=Array of Q...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

QuestionGroupLeaf



Question group leaf.


Methods

  • Array of QuestionGroupTree GetChildGroups() - Return all child groups, if empty then it is a leaf.
  • string ToString() - The string representation of the object.

Properties

  • Array of string AllQuestions { get; } - Labels of all questions in this group
  • int Count { get; } - How many children in this group
  • string GroupName { get; } - Name of question group
  • string ObjectTypeName { get; } - The name of the type of object.
  • string SequenceType { get; } - Which kind of question group is it
  • TypeInformation TypeInformation { get; } - Get information about this class.