QuestionGroupTree class
QuestionGroupTree
A question group in questionnaire.
Parent class
Inherits from object
Methods
- (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; set; } - Name of question group
- bool IsLeaf { get; } - Check if it is leaf group or not
- (From object) string ObjectTypeName { get; } - The name of the type of object.
- number SelectCount { get; set; } - How many child items will be used for Sequence_Command_RandomizedSelect or Sequence_Command_RotateSelect
- SequenceCommand constant SequenceCommand { get; set; } - Which kind of this group is it, use constant Sequence_Command_xxx
- string SequenceType { get; } - Respent SequenceCommand as string
- (From object) TypeInformation TypeInformation { get; } - Get information about this class.