Table of Contents

Class FormUpgraded

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

Constructors

FormUpgraded(Guid, Guid, string)

public FormUpgraded(Guid source, Guid destination, string newName)

Parameters

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