Class SurveyOptionListsReordered
public class SurveyOptionListsReordered : Change, IChange
- Inheritance
-
SurveyOptionListsReordered
- Implements
- Inherited Members
- Extension Methods
Constructors
SurveyOptionListsReordered(Guid, Dictionary<Guid, int>)
public SurveyOptionListsReordered(Guid question, Dictionary<Guid, int> sequences)
Parameters
questionGuidsequencesDictionary<Guid, int>
Properties
Question
public Guid Question { get; set; }
Property Value
Sequences
The dictionary key is the new ordinal position for the question that contains the lists. The dictionary value is the identifier for a list.
public Dictionary<Guid, int> Sequences { get; }