Table of Contents

Class EventChanged

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

Constructors

EventChanged(Guid, string, bool)

public EventChanged(Guid @event, string reason, bool cancelEmptyEvent)

Parameters

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