Class RecodeSurveyQuestion
- Namespace
- InSite.Application.Surveys.Write
- Assembly
- Shift.Sdk.dll
public class RecodeSurveyQuestion : Command, ICommand
- Inheritance
-
RecodeSurveyQuestion
- Implements
- Inherited Members
- Extension Methods
Constructors
RecodeSurveyQuestion(Guid, Guid, string, string)
public RecodeSurveyQuestion(Guid form, 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; }