Table of Contents

Interface IValidationRule

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

Provides the functionalities of a validation rule.

public interface IValidationRule

Properties

Creation

Gets a value indicating whether the rule is launched when the item is created.

bool Creation { get; }

Property Value

bool

Deletion

Gets a value indicating whether the rule is launched when the item is deleted.

bool Deletion { get; }

Property Value

bool

Modification

Gets a value indicating whether the rule is launched when an item is modified.

bool Modification { get; }

Property Value

bool