Class QuestionLikertReordered
public class QuestionLikertReordered : Change, IChange
- Inheritance
-
QuestionLikertReordered
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionLikertReordered(Guid, Dictionary<Guid, int>, Dictionary<Guid, int>)
public QuestionLikertReordered(Guid questionIdentifier, Dictionary<Guid, int> rowsOrder, Dictionary<Guid, int> columnsOrder)
Parameters
questionIdentifierGuidrowsOrderDictionary<Guid, int>columnsOrderDictionary<Guid, int>
Properties
ColumnsOrder
public Dictionary<Guid, int> ColumnsOrder { get; set; }
Property Value
QuestionIdentifier
public Guid QuestionIdentifier { get; set; }
Property Value
RowsOrder
public Dictionary<Guid, int> RowsOrder { get; set; }