Class AnswerGroup
- Namespace
- InSite.Domain.Surveys.Sessions
- Assembly
- Shift.Sdk.dll
- Inheritance
-
AnswerGroup
- Inherited Members
-
- Extension Methods
-
Constructors
AnswerGroup(AnswerItem)
public AnswerGroup(AnswerItem packet)
Parameters
packet AnswerItem
Properties
AnswerPackets
public List<AnswerItem> AnswerPackets { get; set; }
Property Value
- List<AnswerItem>
IsQuestionHeaderVisible
public bool IsQuestionHeaderVisible { get; set; }
Property Value
- bool
Question
public Guid Question { get; set; }
Property Value
- Guid
QuestionBody
public string QuestionBody { get; set; }
Property Value
- string
QuestionHeader
public string QuestionHeader { get; set; }
Property Value
- string
QuestionIsRequired
public bool QuestionIsRequired { get; }
Property Value
- bool
QuestionSequence
public int QuestionSequence { get; set; }
Property Value
- int