Table of Contents

Class CancelEvent

Namespace
InSite.Application.Events.Write
Assembly
Shift.Sdk.dll
public class CancelEvent : Command, ICommand
Inheritance
CancelEvent
Implements
Inherited Members
Extension Methods

Constructors

CancelEvent(Guid, string, bool)

public CancelEvent(Guid aggregate, string reason, bool cancelRegistrations)

Parameters

aggregate Guid
reason string
cancelRegistrations bool

Properties

CancelRegistrations

public bool CancelRegistrations { get; }

Property Value

bool

Reason

public string Reason { get; }

Property Value

string