Table of Contents

Class ChangeFormCode

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

Constructors

ChangeFormCode(Guid, Guid, string, string, string)

public ChangeFormCode(Guid bank, Guid form, string code, string source, string origin)

Parameters

bank Guid
form Guid
code string
source string
origin string

Properties

Code

public string Code { get; set; }

Property Value

string

Form

public Guid Form { get; set; }

Property Value

Guid

Origin

public string Origin { get; set; }

Property Value

string

Source

public string Source { get; set; }

Property Value

string