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
Properties
CancelEmptyEvent
public bool CancelEmptyEvent { get; }
Property Value
Reason
public string Reason { get; }