Table of Contents

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

form Guid
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