Table of Contents

Class SurveyOptionTable

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

Constructors

SurveyOptionTable()

public SurveyOptionTable()

Properties

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

Lists

public List<SurveyOptionList> Lists { get; }

Property Value

List<SurveyOptionList>

Question

public SurveyQuestion Question { get; set; }

Property Value

SurveyQuestion

Methods

Add(SurveyOptionList)

public void Add(SurveyOptionList list)

Parameters

list SurveyOptionList

IndexOf(SurveyOptionList)

public int IndexOf(SurveyOptionList list)

Parameters

list SurveyOptionList

Returns

int

Remove(SurveyOptionList)

public void Remove(SurveyOptionList list)

Parameters

list SurveyOptionList

ShouldSerializeLists()

public bool ShouldSerializeLists()

Returns

bool