Table of Contents

Class QuestionSerialized

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class QuestionSerialized
Inheritance
QuestionSerialized
Inherited Members
Extension Methods

Constructors

QuestionSerialized()

public QuestionSerialized()

Properties

Attribute

public string Attribute { get; set; }

Property Value

string

Code

public string Code { get; set; }

Property Value

string

Content

public List<SurveyContentSerialized> Content { get; set; }

Property Value

List<SurveyContentSerialized>

EnableCreateCase

public bool EnableCreateCase { get; set; }

Property Value

bool

Index

public int? Index { get; set; }

Property Value

int?

Indicator

public string Indicator { get; set; }

Property Value

string

IsHidden

public bool IsHidden { get; set; }

Property Value

bool

IsNested

public bool IsNested { get; set; }

Property Value

bool

IsRequired

public bool IsRequired { get; set; }

Property Value

bool

LikertAnalysis

public string LikertAnalysis { get; set; }

Property Value

string

ListDisableColumnHeadingWrap

public bool ListDisableColumnHeadingWrap { get; set; }

Property Value

bool

ListEnableBranch

public bool ListEnableBranch { get; set; }

Property Value

bool

ListEnableGroupMembership

public bool ListEnableGroupMembership { get; set; }

Property Value

bool

ListEnableOtherText

public bool ListEnableOtherText { get; set; }

Property Value

bool

ListEnableRandomization

public bool ListEnableRandomization { get; set; }

Property Value

bool

NumberEnableAutoCalc

public bool NumberEnableAutoCalc { get; set; }

Property Value

bool

NumberEnableNotApplicable

public bool NumberEnableNotApplicable { get; set; }

Property Value

bool

NumberEnableStatistics

public bool NumberEnableStatistics { get; set; }

Property Value

bool

Options

public List<OptionSerialized> Options { get; set; }

Property Value

List<OptionSerialized>

Scales

public List<ScaleSerialized> Scales { get; set; }

Property Value

List<ScaleSerialized>

Source

public string Source { get; set; }

Property Value

string

TextCharacterLimit

public int? TextCharacterLimit { get; set; }

Property Value

int?

TextLineCount

public int? TextLineCount { get; set; }

Property Value

int?

Type

public SurveyQuestionType Type { get; set; }

Property Value

SurveyQuestionType