Table of Contents

Class SurveyOptionListsReordered

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

question Guid
sequences Dictionary<Guid, int>

Properties

Question

public Guid Question { get; set; }

Property Value

Guid

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

Property Value

Dictionary<Guid, int>