Table of Contents

Class ModifyFormQuestion

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class ModifyFormQuestion
Inheritance
ModifyFormQuestion
Inherited Members
Extension Methods

Constructors

ModifyFormQuestion()

public ModifyFormQuestion()

Properties

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

SurveyFormIdentifier

public Guid SurveyFormIdentifier { get; set; }

Property Value

Guid

SurveyQuestionAttribute

public string SurveyQuestionAttribute { get; set; }

Property Value

string

SurveyQuestionCode

public string SurveyQuestionCode { get; set; }

Property Value

string

SurveyQuestionIdentifier

public Guid SurveyQuestionIdentifier { get; set; }

Property Value

Guid

SurveyQuestionIndicator

public string SurveyQuestionIndicator { get; set; }

Property Value

string

SurveyQuestionIsNested

public bool SurveyQuestionIsNested { get; set; }

Property Value

bool

SurveyQuestionIsRequired

public bool SurveyQuestionIsRequired { get; set; }

Property Value

bool

SurveyQuestionListEnableBranch

public bool SurveyQuestionListEnableBranch { get; set; }

Property Value

bool

SurveyQuestionListEnableGroupMembership

public bool SurveyQuestionListEnableGroupMembership { get; set; }

Property Value

bool

SurveyQuestionListEnableOtherText

public bool SurveyQuestionListEnableOtherText { get; set; }

Property Value

bool

SurveyQuestionListEnableRandomization

public bool SurveyQuestionListEnableRandomization { get; set; }

Property Value

bool

SurveyQuestionNumberEnableStatistics

public bool SurveyQuestionNumberEnableStatistics { get; set; }

Property Value

bool

SurveyQuestionSequence

public int SurveyQuestionSequence { get; set; }

Property Value

int

SurveyQuestionSource

public string SurveyQuestionSource { get; set; }

Property Value

string

SurveyQuestionTextCharacterLimit

public int? SurveyQuestionTextCharacterLimit { get; set; }

Property Value

int?

SurveyQuestionTextLineCount

public int? SurveyQuestionTextLineCount { get; set; }

Property Value

int?

SurveyQuestionType

public string SurveyQuestionType { get; set; }

Property Value

string