Class SurveyQuestionRecoded
public class SurveyQuestionRecoded : Change, IChange
- Inheritance
-
SurveyQuestionRecoded
- Implements
- Inherited Members
- Extension Methods
Constructors
SurveyQuestionRecoded(Guid, string, string)
public SurveyQuestionRecoded(Guid question, string code, string indicator)
Parameters
Properties
Code
public string Code { get; set; }
Property Value
Indicator
public string Indicator { get; set; }
Property Value
Question
public Guid Question { get; set; }