Table of Contents

Class FieldsReordered

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

Constructors

FieldsReordered(Guid, Dictionary<int, int>)

public FieldsReordered(Guid section, Dictionary<int, int> sequences)

Parameters

section Guid
sequences Dictionary<int, int>

Properties

Section

public Guid Section { get; set; }

Property Value

Guid

Sequences

The dictionary item key is the new ordinal position for the question. The dictionary item value is the asset number for the question.

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

Property Value

Dictionary<int, int>