Table of Contents

Class RegistrationCancelled

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

Constructors

RegistrationCancelled(string, bool)

public RegistrationCancelled(string reason, bool cancelEmptyEvent)

Parameters

reason string
cancelEmptyEvent bool

Properties

CancelEmptyEvent

public bool CancelEmptyEvent { get; }

Property Value

bool

Reason

public string Reason { get; }

Property Value

string