Table of Contents

Class FormNameChanged

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

Constructors

FormNameChanged(Guid, string)

public FormNameChanged(Guid form, string name)

Parameters

form Guid
name string

Properties

Form

public Guid Form { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string