Table of Contents

Class ReorderSurveyQuestions

Namespace
InSite.Application.Surveys.Write
Assembly
Shift.Sdk.dll
public class ReorderSurveyQuestions : Command, ICommand
Inheritance
ReorderSurveyQuestions
Implements
Inherited Members
Extension Methods

Constructors

ReorderSurveyQuestions(Guid, Dictionary<Guid, int>)

public ReorderSurveyQuestions(Guid form, Dictionary<Guid, int> sequences)

Parameters

form Guid
sequences Dictionary<Guid, int>

Properties

Sequences

Dictionary Key = new sequence value Dictionary Value = object to which the new sequence value is assigned

public Dictionary<Guid, int> Sequences { get; }

Property Value

Dictionary<Guid, int>