Table of Contents

Class ReorderSections

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

Constructors

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

public ReorderSections(Guid bank, Guid form, Dictionary<int, int> sequences)

Parameters

bank Guid
form Guid
sequences Dictionary<int, int>

Properties

Form

public Guid Form { get; set; }

Property Value

Guid

Sequences

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

Property Value

Dictionary<int, int>