Table of Contents

Class ResponseOption

Namespace
InSite.Domain.Surveys.Sessions
Assembly
Shift.Sdk.dll

A survey response option indicates the items selected (and not selected) by the respondent.

public class ResponseOption
Inheritance
ResponseOption
Inherited Members
Extension Methods

Constructors

ResponseOption()

public ResponseOption()

ResponseOption(Guid)

public ResponseOption(Guid item)

Parameters

item Guid

Properties

IsSelected

True if the item is selected; False if the item is not selected.

public bool IsSelected { get; set; }

Property Value

bool

Item

The option item that may be selected or unselected.

public Guid Item { get; set; }

Property Value

Guid