Class SurveyScale
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
Items
The items in the scale.
public List<SurveyScaleItem> Items { get; set; }
Property Value
Question
The container for the scale.
public SurveyQuestion Question { get; set; }
Property Value
Methods
Clone()
public SurveyScale Clone()
Returns
Sort()
public void Sort()