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