Class ChangeEvent
- Namespace
- InSite.Application.Registrations.Write
- Assembly
- Shift.Sdk.dll
public class ChangeEvent : Command, ICommand
- Inheritance
-
ChangeEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeEvent(Guid, Guid, string, bool)
public ChangeEvent(Guid registration, 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; }