Class SurveyQuestionAdded
public class SurveyQuestionAdded : Change, IChange
- Inheritance
-
SurveyQuestionAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
SurveyQuestionAdded(Guid, SurveyQuestionType, string, string, string)
public SurveyQuestionAdded(Guid question, SurveyQuestionType type, string code, string indicator, string source)
Parameters
questionGuidtypeSurveyQuestionTypecodestringindicatorstringsourcestring
Properties
Code
public string Code { get; }
Property Value
Indicator
public string Indicator { get; }
Property Value
Question
public Guid Question { get; }
Property Value
Source
public string Source { get; }
Property Value
Type
public SurveyQuestionType Type { get; }