Class FieldsReordered
public class FieldsReordered : Change, IChange
- Inheritance
-
FieldsReordered
- Implements
- Inherited Members
- Extension Methods
Constructors
FieldsReordered(Guid, Dictionary<int, int>)
public FieldsReordered(Guid section, Dictionary<int, int> sequences)
Parameters
sectionGuidsequencesDictionary<int, int>
Properties
Section
public Guid Section { get; set; }
Property Value
Sequences
The dictionary item key is the new ordinal position for the question. The dictionary item value is the asset number for the question.
public Dictionary<int, int> Sequences { get; }
Property Value
- Dictionary<int, int>