BCProjectWorkflowTransition.NewWorkflowInterlockCondition Method (String, WorkflowInterlockLocation, Boolean, Int32) |
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)
Syntaxpublic BCWorkflowInterlockCondition NewWorkflowInterlockCondition(
string name,
WorkflowInterlockLocation location,
bool defaultResult,
int index
)
Public Function NewWorkflowInterlockCondition (
name As String,
location As WorkflowInterlockLocation,
defaultResult As Boolean,
index As Integer
) As BCWorkflowInterlockCondition
Parameters
- name
- Type: System.String
The name of the workflow interlock condition. - location
- Type: BlueCieloECM.InnoCielo.Meridian.Server.WorkflowInterlockLocation
The location of the workflow interlock condition. - defaultResult
- Type: System.Boolean
The default result of the workflow interlock evaluation. - index
- Type: System.Int32
The index of the workflow interlock condition.
Return Value
Type:
BCWorkflowInterlockConditionThe created workflow interlock condition.
See Also