Table of Contents

Class FormVersionChanged

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

Constructors

FormVersionChanged(Guid, string, string)

public FormVersionChanged(Guid form, string major, string minor)

Parameters

form Guid
major string
minor string

Properties

Form

public Guid Form { get; set; }

Property Value

Guid

Major

public string Major { get; set; }

Property Value

string

Minor

public string Minor { get; set; }

Property Value

string