Class SurveyOptionList
public class SurveyOptionList
- Inheritance
-
SurveyOptionList
- Inherited Members
- Extension Methods
Constructors
SurveyOptionList()
public SurveyOptionList()
SurveyOptionList(Guid)
public SurveyOptionList(Guid identifier)
Parameters
identifierGuid
Properties
Category
Lists can be grouped into logical categories.
public string Category { get; set; }
Property Value
Content
public ContentContainer Content { get; set; }
Property Value
ContentLabels
public static string[] ContentLabels { get; }
Property Value
- string[]
Identifier
Uniquely identifies the list.
public Guid Identifier { get; set; }
Property Value
IsEmpty
public bool IsEmpty { get; }
Property Value
Items
public List<SurveyOptionItem> Items { get; set; }
Property Value
Letter
Returns an alphabetic equivalent for the integer sequence (e.g. A = 1, B = 2, C = 3).
public string Letter { get; }
Property Value
Question
The container for the option.
public SurveyQuestion Question { get; set; }
Property Value
Sequence
The ordinal position of this option in the question that contains it.
public int Sequence { get; }
Property Value
Table
The container for the option.
public SurveyOptionTable Table { get; set; }
Property Value
Methods
ShouldSerializeContent()
public bool ShouldSerializeContent()