Table of Contents

Class FormAdded

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

Constructors

FormAdded(Guid, Guid, string, int, int?)

public FormAdded(Guid spec, Guid identifier, string name, int asset, int? timeLimit)

Parameters

spec Guid
identifier Guid
name string
asset int
timeLimit int?

Properties

Asset

public int Asset { get; set; }

Property Value

int

Code

public string Code { get; set; }

Property Value

string

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string

Specification

public Guid Specification { get; set; }

Property Value

Guid

TimeLimit

public int? TimeLimit { get; set; }

Property Value

int?