Table of Contents

Class SurveyOptionItem

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

Constructors

SurveyOptionItem()

public SurveyOptionItem()

SurveyOptionItem(Guid)

public SurveyOptionItem(Guid identifier)

Parameters

identifier Guid

Properties

BranchToQuestionIdentifier

The question to which the respondent must be skipped after selecting this option.

public Guid? BranchToQuestionIdentifier { get; set; }

Property Value

Guid?

Category

Options can be grouped into logical categories.

public string Category { get; set; }

Property Value

string

Content

The multilingual Text and/or HTML content for this option.

public ContentContainer Content { get; set; }

Property Value

ContentContainer

ContentLabels

public static string[] ContentLabels { get; }

Property Value

string[]

Identifier

Uniquely identifies the question.

public Guid Identifier { get; set; }

Property Value

Guid

Letter

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

public string Letter { get; }

Property Value

string

List

The container for the option.

public SurveyOptionList List { get; set; }

Property Value

SurveyOptionList

MaskedQuestionIdentifiers

The questions that must be masked for the respondent after selecting this option.

public List<Guid> MaskedQuestionIdentifiers { get; set; }

Property Value

List<Guid>

Points

The number of points awarded for selecting this option on a survey question.

public decimal Points { get; set; }

Property Value

decimal

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

Methods

ShouldSerializeContent()

public bool ShouldSerializeContent()

Returns

bool

ShouldSerializeMaskedQuestionIdentifiers()

public bool ShouldSerializeMaskedQuestionIdentifiers()

Returns

bool