Table of Contents

Class FormCodeChanged

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

Constructors

FormCodeChanged(Guid, string, string, string)

public FormCodeChanged(Guid form, string code, string source, string origin)

Parameters

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