Class QuestionOrderingSolutionsReordered
public class QuestionOrderingSolutionsReordered : Change, IChange
- Inheritance
-
QuestionOrderingSolutionsReordered
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionOrderingSolutionsReordered(Guid, Dictionary<Guid, int>)
public QuestionOrderingSolutionsReordered(Guid question, Dictionary<Guid, int> order)
Parameters
questionGuidorderDictionary<Guid, int>
Properties
Order
public Dictionary<Guid, int> Order { get; set; }
Property Value
Question
public Guid Question { get; set; }