Table of Contents

Class SurveyOptionList

Namespace
InSite.Domain.Surveys.Forms
Assembly
Shift.Sdk.dll
public class SurveyOptionList
Inheritance
SurveyOptionList
Inherited Members
Extension Methods

Constructors

SurveyOptionList()

public SurveyOptionList()

SurveyOptionList(Guid)

public SurveyOptionList(Guid identifier)

Parameters

identifier Guid

Properties

Category

Lists can be grouped into logical categories.

public string Category { get; set; }

Property Value

string

Content

public ContentContainer Content { get; set; }

Property Value

ContentContainer

ContentLabels

public static string[] ContentLabels { get; }

Property Value

string[]

Identifier

Uniquely identifies the list.

public Guid Identifier { get; set; }

Property Value

Guid

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

Items

public List<SurveyOptionItem> Items { get; set; }

Property Value

List<SurveyOptionItem>

Letter

Returns an alphabetic equivalent for the integer sequence (e.g. A = 1, B = 2, C = 3).

public string Letter { get; }

Property Value

string

Question

The container for the option.

public SurveyQuestion Question { get; set; }

Property Value

SurveyQuestion

Sequence

The ordinal position of this option in the question that contains it.

public int Sequence { get; }

Property Value

int

Table

The container for the option.

public SurveyOptionTable Table { get; set; }

Property Value

SurveyOptionTable

Methods

ShouldSerializeContent()

public bool ShouldSerializeContent()

Returns

bool