Click or drag to resize

BusinessEvent Methods

The BusinessEvent type exposes the following members.

Methods
  NameDescription
Public methodGetEventAttributes
Gets the event specific attributes. For example for attribute change event this should be $OldValue, $NewValue etc. Event attributes always start with $.
Public methodGetEventAttributeValue
Gets the event attribute value.
Public methodGetViolationsMessage
Gets the concatenated messages of all violations.
Public methodThrowExceptionIfViolations
Checks for violations. If there are violations, throws an aggregate exception for all violations.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also