Click or drag to resize

BCProjectWorkflow Class

Represents an object to manage project workflow.
Inheritance Hierarchy
SystemObject
  BlueCieloECM.InnoCielo.Meridian.ServerBCProjectWorkflow

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public class BCProjectWorkflow

The BCProjectWorkflow type exposes the following members.

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.
Top
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