Creates a new workflow interlock condition.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCWorkflowInterlockCondition NewWorkflowInterlockCondition( string name, WorkflowInterlockLocation location, bool defaultResult ) |
Visual Basic |
---|
Public Function NewWorkflowInterlockCondition ( _ name As String, _ location As WorkflowInterlockLocation, _ defaultResult As Boolean _ ) As BCWorkflowInterlockCondition |
Visual C++ |
---|
public: BCWorkflowInterlockCondition^ NewWorkflowInterlockCondition( String^ name, WorkflowInterlockLocation location, bool defaultResult ) |
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.