Table of Contents

Class EventCancelled

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

Constructors

EventCancelled(string, bool)

public EventCancelled(string reason, bool cancelRegistrations)

Parameters

reason string
cancelRegistrations bool

Properties

CancelRegistrations

public bool CancelRegistrations { get; }

Property Value

bool

Reason

public string Reason { get; }

Property Value

string