Table of Contents

Class SurveyOptionItemsReordered

Namespace
InSite.Domain.Surveys.Forms
Assembly
Shift.Sdk.dll
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

list Guid
sequences Dictionary<Guid, int>

Properties

List

public Guid List { get; set; }

Property Value

Guid

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; }

Property Value

Dictionary<Guid, int>