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