Click or drag to resize

DocumentStateChangingBusinessEvent Class

Validation event occurring after document state change
Inheritance Hierarchy

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class DocumentStateChangingBusinessEvent : DocumentStateChangeBusinessEvent

The DocumentStateChangingBusinessEvent type exposes the following members.

Constructors
  NameDescription
Public methodDocumentStateChangingBusinessEvent
Initializes a new instance of the DocumentStateChangingBusinessEvent class.
Top
Properties
  NameDescription
Public propertyStatic memberAdjusting
Create a new "Adjustment" event document state change event.
Public propertyStatic memberClosing
Create a new "Closed" event document state change event.
Public propertyStatic memberCompleting
Create a new "Completed" event document state change event.
Public propertyExtendedAttributes
Gets the extended attributes. They store temporary custom event handlers data in name/value format.
(Inherited from BusinessEvent.)
Public propertyStatic memberFirmPlanning
Create a new "Firm Planned" event document state change event.
Public propertyFromState
Gets from state.
(Inherited from DocumentStateChangeBusinessEvent.)
Public propertyStatic memberPlanning
Create a new "Planned" event document state change event.
Public propertyStatic memberReleasing
Create a new "Released" event document state change event.
Public propertyToState
Gets to state.
(Inherited from DocumentStateChangeBusinessEvent.)
Public propertyValidationViolations
Gets the validation violations list.
(Inherited from BusinessEvent.)
Top
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 $.
(Inherited from DocumentStateChangeBusinessEvent.)
Public methodGetEventAttributeValue
Gets the event attribute value.
(Inherited from DocumentStateChangeBusinessEvent.)
Public methodGetViolationsMessage
Gets the concatenated messages of all violations.
(Inherited from BusinessEvent.)
Public methodThrowExceptionIfViolations
Checks for violations. If there are violations, throws an aggregate exception for all violations.
(Inherited from BusinessEvent.)
Public methodToString
Returns a String that represents this instance.
(Overrides DocumentStateChangeBusinessEventToString.)
Top
See Also