BCWorkflowTransitionNewWorkflowInterlockCondition Method (String, WorkflowInterlockLocation, Boolean) |
Creates a new workflow interlock condition.
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 BCWorkflowInterlockCondition NewWorkflowInterlockCondition(
string name,
WorkflowInterlockLocation location,
bool defaultResult
)
Public Function NewWorkflowInterlockCondition (
name As String,
location As WorkflowInterlockLocation,
defaultResult As Boolean
) As BCWorkflowInterlockCondition
Parameters
- name
- Type: SystemString
The name of the workflow interlock condition. - location
- Type: BlueCieloECM.InnoCielo.Meridian.ServerWorkflowInterlockLocation
The location of the workflow interlock condition. - defaultResult
- Type: SystemBoolean
The default result of the workflow interlock evaluation.
Return Value
Type:
BCWorkflowInterlockConditionThe created workflow interlock condition.
See Also