DocumentStateChangeBusinessEvent Methods |
The DocumentStateChangeBusinessEvent type exposes the following members.
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 $.
(Overrides BusinessEventGetEventAttributes.) |
![]() | GetEventAttributeValue |
Gets the event attribute value.
(Overrides BusinessEventGetEventAttributeValue(String).) |
![]() | 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.
(Overrides BusinessEventToString.) |