Table of Contents

Class FormAssetChanged

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

Constructors

FormAssetChanged(Guid, int)

public FormAssetChanged(Guid form, int asset)

Parameters

form Guid
asset int

Properties

Asset

public int Asset { get; set; }

Property Value

int

Form

public Guid Form { get; set; }

Property Value

Guid