Class SurveyOptionItem
public class SurveyOptionItem
- Inheritance
-
SurveyOptionItem
- Inherited Members
- Extension Methods
Constructors
SurveyOptionItem()
public SurveyOptionItem()
SurveyOptionItem(Guid)
public SurveyOptionItem(Guid identifier)
Parameters
identifierGuid
Properties
BranchToQuestionIdentifier
The question to which the respondent must be skipped after selecting this option.
public Guid? BranchToQuestionIdentifier { get; set; }
Property Value
- Guid?
Category
Options can be grouped into logical categories.
public string Category { get; set; }
Property Value
Content
The multilingual Text and/or HTML content for this option.
public ContentContainer Content { get; set; }
Property Value
ContentLabels
public static string[] ContentLabels { get; }
Property Value
- string[]
Identifier
Uniquely identifies the question.
public Guid Identifier { 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
List
The container for the option.
public SurveyOptionList List { get; set; }
Property Value
MaskedQuestionIdentifiers
The questions that must be masked for the respondent after selecting this option.
public List<Guid> MaskedQuestionIdentifiers { get; set; }
Property Value
Points
The number of points awarded for selecting this option on a survey question.
public decimal Points { get; set; }
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
Methods
ShouldSerializeContent()
public bool ShouldSerializeContent()
Returns
ShouldSerializeMaskedQuestionIdentifiers()
public bool ShouldSerializeMaskedQuestionIdentifiers()