WorkflowEngineCompiledBaseRegistryRegisterT - метод
Пространство имён: Tessa.Workflow.CompilationСборка: Tessa (в Tessa.dll) Версия: 3.6.0.24
public IWorkflowEngineCompiledBaseRegistry Register<T>(
Guid id,
string caption
)
where T : new(), WorkflowEngineCompiledBase
Public Function Register(Of T As {New, WorkflowEngineCompiledBase}) (
id As Guid,
caption As String
) As IWorkflowEngineCompiledBaseRegistry
public:
generic<typename T>
where T : gcnew(), WorkflowEngineCompiledBase
virtual IWorkflowEngineCompiledBaseRegistry^ Register(
Guid id,
String^ caption
) sealed
abstract Register :
id : Guid *
caption : string -> IWorkflowEngineCompiledBaseRegistry when 'T : new() and WorkflowEngineCompiledBase
override Register :
id : Guid *
caption : string -> IWorkflowEngineCompiledBaseRegistry when 'T : new() and WorkflowEngineCompiledBase
- id Guid
-
- caption String
-
- T
IWorkflowEngineCompiledBaseRegistryIWorkflowEngineCompiledBaseRegistryRegisterT(Guid, String)