The BCProjectWorkflow type exposes the following members.

Methods

  NameDescription
Public methodAssignManagers(IEnumerable<(Of <<'(String>)>>))
Assigns workflow managers for the project.
Public methodAssignManagers(IEnumerable<(Of <<'(String>)>>), 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, IEnumerable<(Of <<'(String>)>>))
Executes a workflow transition.
Public methodExpectedTransitionResult
Returns an expected result of the specified transition.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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, IEnumerable<(Of <<'(String>)>>))
Migrate the project to the specified workflow state.
Public methodRerouteToState(BCProjectWorkflowState, String, IEnumerable<(Of <<'(String>)>>))
Reroutes the project in the workflow to a new state.
Public methodRerouteToState(BCProjectWorkflowState, String, IEnumerable<(Of <<'(String>)>>), Boolean)
Reroutes the project in the workflow to a new state.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAvailableTransitions
Gets the collection of available workflow transitions.
Public propertyManagers
Gets the array of user names of the current managers.
Public propertyProject
Gets the project the workflow manages.
Public propertyStatus
Gets the current workflow state.
Public propertyStatusText
Gets the description of the current workflow state.
Public propertyTodoAction
Gets the description of the action associated with the current workflow state.
Public propertyWorkflowDef
Gets the current workflow definition of the project.
Public propertyWorkflowState
Gets the current workflow state of the project.

See Also