Table of Contents

Class SurveyQuestionsReordered

Namespace
InSite.Domain.Surveys.Forms
Assembly
Shift.Sdk.dll
public class SurveyQuestionsReordered : Change, IChange
Inheritance
SurveyQuestionsReordered
Implements
Inherited Members
Extension Methods

Constructors

SurveyQuestionsReordered(Dictionary<Guid, int>)

public SurveyQuestionsReordered(Dictionary<Guid, int> sequences)

Parameters

sequences Dictionary<Guid, int>

Properties

Sequences

The dictionary value is the identifier for a question, and the dictionary key is the ordinal position for that question in the containing form.

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

Property Value

Dictionary<Guid, int>