Table of Contents

Class SurveyScaleItem

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

Constructors

SurveyScaleItem()

public SurveyScaleItem()

Properties

Calculation

The calculation (Sum|Average) to be performed on points that fall within this scale.

public string Calculation { get; set; }

Property Value

string

Content

The multilingual Text and/or HTML content for this item in a scale.

public ContentContainer Content { get; set; }

Property Value

ContentContainer

ContentLabels

public static string[] ContentLabels { get; }

Property Value

string[]

Grade

The grade that corresponds to the range of points defining this item in a scale.

public string Grade { get; set; }

Property Value

string

Maximum

The maximum for the range of points defining this item in a scale.

public decimal Maximum { get; set; }

Property Value

decimal

Minimum

The minimum for the range of points defining this item in a scale.

public decimal Minimum { get; set; }

Property Value

decimal