Table of Contents

Interface IValidationRuleResult

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

Provides the functionalities of a validation rule result.

public interface IValidationRuleResult

Properties

Errors

Gets the errors.

IList<string> Errors { get; }

Property Value

IList<string>

IsSuccess

Gets a value indicating whether this result is a success.

bool IsSuccess { get; }

Property Value

bool