Click or drag to resize

BCProjectWorkflow Methods

The BCProjectWorkflow type exposes the following members.

Methods
  NameDescription
Public methodAssignManagers(IEnumerableString)
Assigns workflow managers for the project.
Public methodAssignManagers(IEnumerableString, String)
Assigns workflow managers for the project.
Public methodEquals (Inherited from Object.)
Public methodExecuteTransition(BCProjectWorkflowTransition)
Executes a workflow transition.
Public methodExecuteTransition(BCProjectWorkflowTransition, String)
Executes a workflow transition.
Public methodExecuteTransition(BCProjectWorkflowTransition, String, IEnumerableString)
Executes a workflow transition.
Public methodExpectedTransitionResult
Returns an expected result of the specified transition.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMigrate(BCProjectWorkflowState)
Migrate the project to the specified workflow state.
Public methodMigrate(BCProjectWorkflowState, String)
Migrate the project to the specified workflow state.
Public methodMigrate(BCProjectWorkflowState, String, IEnumerableString)
Migrate the project to the specified workflow state.
Public methodRerouteToState(BCProjectWorkflowState, String, IEnumerableString)
Reroutes the project in the workflow to a new state.
Public methodRerouteToState(BCProjectWorkflowState, String, IEnumerableString, Boolean)
Reroutes the project in the workflow to a new state.
Public methodToString (Inherited from Object.)
Top
See Also