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