Click or drag to resize

ValidationViolation Class

Contains the data for a failed validation.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.BusinessLogicValidationViolation

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class ValidationViolation

The ValidationViolation type exposes the following members.

Constructors
  NameDescription
Public methodValidationViolation
Initializes a new instance of the ValidationViolation class.
Top
Properties
  NameDescription
Public propertyAttribute
The data attribute for which the validation has failed.
Public propertyBusinessEvent
Gets or sets the business event on which the validation has failed.
Public propertyBusinessRule
The business rule, which failed the validation, when applicable; null otherwise.
Public propertyMessage
The message, containing the fail reason.
Public propertyObject
Gets or sets the object on which the validation has failed. Null when the object is unknown.
Top
Methods
See Also