BCProjectDefinitionNewWorkflowInterlockT Method (String) |
Creates a new workflow interlock of the specified type.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic T NewWorkflowInterlock<T>(
string name
)
where T : BCWorkflowInterlock
Public Function NewWorkflowInterlock(Of T As BCWorkflowInterlock) (
name As String
) As T
public:
generic<typename T>
where T : BCWorkflowInterlock
T NewWorkflowInterlock(
String^ name
)
member NewWorkflowInterlock :
name : string -> 'T when 'T : BCWorkflowInterlock
Parameters
- name
- Type: SystemString
The name of the interlock to create.
Type Parameters
- T
- The type of the interlock to create.
Return Value
Type:
TThe created workflow interlock.
See Also