Table of Contents

Class CancelRegistration

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

Constructors

CancelRegistration(Guid, string, bool)

public CancelRegistration(Guid aggregate, string reason, bool cancelEmptyEvent)

Parameters

aggregate Guid
reason string
cancelEmptyEvent bool

Properties

CancelEmptyEvent

public bool CancelEmptyEvent { get; }

Property Value

bool

Reason

public string Reason { get; }

Property Value

string