Table of Contents

Class SurveyQuestionRecoded

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

question Guid
code string
indicator string

Properties

Code

public string Code { get; set; }

Property Value

string

Indicator

public string Indicator { get; set; }

Property Value

string

Question

public Guid Question { get; set; }

Property Value

Guid