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