Table of Contents

Class OptionItemSerialized

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

Constructors

OptionItemSerialized()

public OptionItemSerialized()

Properties

BranchToQuestionIndex

public int? BranchToQuestionIndex { get; set; }

Property Value

int?

Category

public string Category { get; set; }

Property Value

string

Content

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

Property Value

List<SurveyContentSerialized>

MaskedQuestionIndexes

public int[] MaskedQuestionIndexes { get; set; }

Property Value

int[]

Points

public decimal Points { get; set; }

Property Value

decimal