DocumentStateChangedBusinessEvent Constructor |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentStateChangedBusinessEvent(
DocumentState toState,
Nullable<DocumentState> fromState = null
)
Public Sub New (
toState As DocumentState,
Optional fromState As Nullable(Of DocumentState) = Nothing
)
public:
DocumentStateChangedBusinessEvent(
DocumentState^ toState,
Nullable<DocumentState^>^ fromState = nullptr
)
new :
toState : DocumentState *
?fromState : Nullable<DocumentState>
(* Defaults:
let _fromState = defaultArg fromState null
*)
-> DocumentStateChangedBusinessEvent
Parameters
- toState
- Type: Aloe.EnterpriseOne.Model.GeneralDocumentState
To state. - fromState (Optional)
- Type: SystemNullableDocumentState
From state.
See Also