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