Table of Contents

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

form Guid
question Guid
type SurveyQuestionType
code string
indicator string
source string

Properties

Code

public string Code { get; }

Property Value

string

Indicator

public string Indicator { get; }

Property Value

string

Question

public Guid Question { get; }

Property Value

Guid

Source

public string Source { get; }

Property Value

string

Type

public SurveyQuestionType Type { get; }

Property Value

SurveyQuestionType