Table of Contents

Class QSurveyQuestion

Namespace
InSite.Application.Surveys.Read
Assembly
Shift.Sdk.dll
public class QSurveyQuestion
Inheritance
QSurveyQuestion
Inherited Members
Extension Methods

Constructors

QSurveyQuestion()

public QSurveyQuestion()

Properties

BranchFromOptions

public virtual ICollection<QSurveyOptionItem> BranchFromOptions { get; set; }

Property Value

ICollection<QSurveyOptionItem>

QResponseAnswers

public virtual ICollection<QResponseAnswer> QResponseAnswers { get; set; }

Property Value

ICollection<QResponseAnswer>

QSurveyConditions

public virtual ICollection<QSurveyCondition> QSurveyConditions { get; set; }

Property Value

ICollection<QSurveyCondition>

QSurveyOptionLists

public virtual ICollection<QSurveyOptionList> QSurveyOptionLists { get; set; }

Property Value

ICollection<QSurveyOptionList>

SurveyForm

public virtual QSurveyForm SurveyForm { get; set; }

Property Value

QSurveyForm

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