BCWorkAreaExtenderChangeState Method (BCWorkPackageTransition, Boolean) |
Moves the work area to another state using the specified mode.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public void ChangeState(
BCWorkPackageTransition transition,
bool userMode
)
Public Sub ChangeState (
transition As BCWorkPackageTransition,
userMode As Boolean
)
Parameters
- transition
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkPackageTransition
The transition to execute.
- userMode
- Type: SystemBoolean
A value indicating whether to execute the transition in User mode or Submitted mode.
If , the method creates a new transaction in Submitted mode
in the context of the current work area (the transaction is closed by the method
when the transition is completed).
See Also