Table of Contents

Interface ICancelableRuleArguments

Namespace
GroupeIsa.Neos.Domain.Rules.EventRules
Assembly
GroupeIsa.Neos.Domain.Abstractions.dll

Provides the basic functionalities of cancelable rules arguments.

public interface ICancelableRuleArguments : IRuleArguments

Properties

Cancel

Gets or sets a value indicating whether the event should be canceled.

bool Cancel { get; set; }

Property Value

bool