ValidationViolation Class |
Namespace: Aloe.SystemFrameworks.Domain.BusinessLogic
The ValidationViolation type exposes the following members.
| Name | Description | |
|---|---|---|
| ValidationViolation |
Initializes a new instance of the ValidationViolation class.
|
| Name | Description | |
|---|---|---|
| Attribute |
The data attribute for which the validation has failed.
| |
| BusinessEvent |
Gets or sets the business event on which the validation has failed.
| |
| BusinessRule |
The business rule, which failed the validation, when applicable; null otherwise.
| |
| Message |
The message, containing the fail reason.
| |
| Object |
Gets or sets the object on which the validation has failed. Null when the object is unknown.
|
| Name | Description | |
|---|---|---|
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |