Table of Contents

Class ChangeEvent

Namespace
InSite.Application.Registrations.Write
Assembly
Shift.Sdk.dll
public class ChangeEvent : Command, ICommand
Inheritance
ChangeEvent
Implements
Inherited Members
Extension Methods

Constructors

ChangeEvent(Guid, Guid, string, bool)

public ChangeEvent(Guid registration, Guid @event, string reason, bool cancelEmptyEvent)

Parameters

registration Guid
event Guid
reason string
cancelEmptyEvent bool

Properties

CancelEmptyEvent

public bool CancelEmptyEvent { get; }

Property Value

bool

Event

public Guid Event { get; }

Property Value

Guid

Reason

public string Reason { get; }

Property Value

string