Table of Contents

Class FormPublished

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

Constructors

FormPublished(Guid, FormPublication)

public FormPublished(Guid form, FormPublication publication)

Parameters

form Guid
publication FormPublication

Properties

Form

public Guid Form { get; set; }

Property Value

Guid

Publication

public FormPublication Publication { get; set; }

Property Value

FormPublication