QuestionGroupTree class
Revision as of 09:04, 2 July 2020 by Administrator (talk | contribs)
QuestionGroupTree
A question group in questionnaire.
Parent class
Inherits from object
Methods
- Array of QuestionGroupTree GetChildGroups() - Return all child groups, if empty then it is a leaf.
- (From object) 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
- (From object) string ObjectTypeName { get; } - The name of the type of object.
- string SequenceType { get; } - Which kind of question group is it
- (From object) TypeInformation TypeInformation { get; } - Get information about this class.