Table of Contents

Class SectionsReordered

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

Constructors

SectionsReordered(Guid, Dictionary<int, int>)

public SectionsReordered(Guid form, Dictionary<int, int> sequences)

Parameters

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>