Table of Contents

Class UpgradeForm

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

Constructors

UpgradeForm(Guid, Guid, Guid, string)

public UpgradeForm(Guid bank, Guid source, Guid destination, string newName)

Parameters

bank Guid
source Guid
destination Guid
newName string

Properties

Destination

public Guid Destination { get; set; }

Property Value

Guid

NewName

public string NewName { get; set; }

Property Value

string

Source

public Guid Source { get; set; }

Property Value

Guid