Table of Contents

Class SurveyScale

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

Constructors

SurveyScale()

public SurveyScale()

Properties

Category

The category to which this scale applies.

public string Category { get; set; }

Property Value

string

Items

The items in the scale.

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

Property Value

List<SurveyScaleItem>

Question

The container for the scale.

public SurveyQuestion Question { get; set; }

Property Value

SurveyQuestion

Methods

Clone()

public SurveyScale Clone()

Returns

SurveyScale

Sort()

public void Sort()