Click or drag to resize

DocumentStateChangedBusinessEvent Class

Validation event occurring before 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 DocumentStateChangedBusinessEvent : DocumentStateChangeBusinessEvent

The DocumentStateChangedBusinessEvent type exposes the following members.

Constructors
  NameDescription
Public methodDocumentStateChangedBusinessEvent
Initializes a new instance of the DocumentStateChangedBusinessEvent class.
Top
Properties
  NameDescription
Public propertyStatic memberAdjustment
Create a new "Adjustment" event document state change event.
Public propertyStatic memberClosed
Create a new "Closed" event document state change event.
Public propertyStatic memberCompleted
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 memberFirmPlanned
Create a new "Firm Planned" event document state change event.
Public propertyFromState
Gets from state.
(Inherited from DocumentStateChangeBusinessEvent.)
Public propertyStatic memberPlanned
Create a new "Planned" event document state change event.
Public propertyStatic memberReleased
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