Table of Contents

Class ReorderFields

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

Constructors

ReorderFields(Guid, Guid, Dictionary<int, int>)

public ReorderFields(Guid bank, Guid section, Dictionary<int, int> sequences)

Parameters

bank Guid
section Guid
sequences Dictionary<int, int>

Properties

Section

public Guid Section { get; set; }

Property Value

Guid

Sequences

The dictionary item key is the old ordinal position for the field, and the item value is the new ordinal.

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

Property Value

Dictionary<int, int>