WorkflowEngineCompiledBaseRegistryRegisterT - метод |
Пространство имён:
Tessa.Workflow.Compilation
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис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 IWorkflowEngineCompiledBaseRegistrypublic:
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
- Тип: SystemGuid
- caption
- Тип: SystemString
Параметры типа
- T
Возвращаемое значение
Тип:
IWorkflowEngineCompiledBaseRegistryРеализации
IWorkflowEngineCompiledBaseRegistryRegisterT(Guid, String)
См. также