ValidationEvent Class |
Namespace: Aloe.SystemFrameworks.Domain.Validation
The ValidationEvent type exposes the following members.
Name | Description | |
---|---|---|
![]() | ValidationEvent |
Initializes a new instance of the ValidationEvent class.
|
Name | Description | |
---|---|---|
![]() ![]() | AggregateCommitMask |
Gets the aggregate commit mask.
|
![]() ![]() | CommitMask |
Gets the commit validation event mask.
|
![]() | ExtendedAttributes |
Gets the extended attributes.
They store temporary custom event handlers data in name/value format.
(Inherited from BusinessEvent.) |
![]() | ValidationViolations |
Gets the validation violations list.
(Inherited from BusinessEvent.) |
Name | Description | |
---|---|---|
![]() ![]() | CreateAggregateCommitEvent |
Creates a new aggregate commit event.
|
![]() ![]() | CreateCommitEvent |
Creates a new commit event.
|
![]() | GetEventAttributes |
Gets the event specific attributes. For example for attribute change event this should be $OldValue, $NewValue etc.
Event attributes always start with $.
(Inherited from BusinessEvent.) |
![]() | GetEventAttributeValue |
Gets the event attribute value.
(Inherited from BusinessEvent.) |
![]() | GetViolationsMessage |
Gets the concatenated messages of all violations.
(Inherited from BusinessEvent.) |
![]() | ThrowExceptionIfViolations |
Checks for violations. If there are violations, throws an aggregate exception for all violations.
(Inherited from BusinessEvent.) |
![]() | ToString |
Returns a String that represents this instance.
(Inherited from BusinessEvent.) |