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
bankGuidsectionGuidsequencesDictionary<int, int>
Properties
Section
public Guid Section { get; set; }
Property Value
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>