Table of Contents

Interface IUIValidationMessage

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents an UI validation error.

public interface IUIValidationMessage

Properties

Message

Gets the message.

string Message { get; }

Property Value

string

PropertyName

Gets the property name.

string PropertyName { get; }

Property Value

string

SeverityLevel

Gets the level.

ValidationRuleSeverityLevel SeverityLevel { get; }

Property Value

ValidationRuleSeverityLevel