Table of Contents

Class SurveyQuestionAdded

Namespace
InSite.Domain.Surveys.Forms
Assembly
Shift.Sdk.dll
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

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