Class OrderingQuestionAnswered
public class OrderingQuestionAnswered : Change, IChange
- Inheritance
-
OrderingQuestionAnswered
- Implements
- Inherited Members
- Extension Methods
Constructors
OrderingQuestionAnswered(Guid, int[])
public OrderingQuestionAnswered(Guid question, int[] optionsOrder)
Parameters
Properties
OptionsOrder
public int[] OptionsOrder { get; set; }
Property Value
- int[]
Question
public Guid Question { get; set; }