Class SurveyScaleItem
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
Content
The multilingual Text and/or HTML content for this item in a scale.
public ContentContainer Content { get; set; }
Property Value
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
Maximum
The maximum for the range of points defining this item in a scale.
public decimal Maximum { get; set; }
Property Value
Minimum
The minimum for the range of points defining this item in a scale.
public decimal Minimum { get; set; }