Class OptionItemSerialized
public class OptionItemSerialized
- Inheritance
-
OptionItemSerialized
- Inherited Members
- Extension Methods
Constructors
OptionItemSerialized()
public OptionItemSerialized()
Properties
BranchToQuestionIndex
public int? BranchToQuestionIndex { get; set; }
Property Value
- int?
Category
public string Category { get; set; }
Property Value
Content
public List<SurveyContentSerialized> Content { get; set; }
Property Value
MaskedQuestionIndexes
public int[] MaskedQuestionIndexes { get; set; }
Property Value
- int[]
Points
public decimal Points { get; set; }