ClientWorkflowEngineCompiler - класс

Объект, выполняющий компиляцию объектов WorkflowEngine на клиенте.

Definition

Пространство имён: Tessa.Workflow.Compilation
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public sealed class ClientWorkflowEngineCompiler : IClientWorkflowEngineCompiler, 
	IDisposable
Inheritance
Object    ClientWorkflowEngineCompiler
Implements
IDisposable, IClientWorkflowEngineCompiler

Конструкторы

ClientWorkflowEngineCompilerИнициализирует новый экземпляр класса ClientWorkflowEngineCompiler

Методы

CompileActionAsync Выполняет компиляцию шаблона действия WorkflowEngine.
CompileLinkAsync Выполняет компиляцию связи WorkflowEngine.
CompileNodeAsync Выполняет компиляцию шаблона узла WorkflowEngine.
CompileProcessAsync Выполняет компиляцию шаблона процесса WorkflowEngine.
CompileTileAsync Выполняет компиляцию тайла WorkflowEngine, расположенного в шаблоне процесса processTemplateID.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetDefaultStaticsAsync Возвращает список статических классов, используемых компилятором как using static по умолчанию.
GetDefaultUsingsAsync Возвращает список пространств имён, используемых компилятором по умолчанию.
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также