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
Determines whether the specified Object is equal to the current Object.
(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
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also