public sealed class ClientWorkflowEngineCompiler : IClientWorkflowEngineCompiler,
IDisposable
Public NotInheritable Class ClientWorkflowEngineCompiler
Implements IClientWorkflowEngineCompiler, IDisposable
public ref class ClientWorkflowEngineCompiler sealed : IClientWorkflowEngineCompiler,
IDisposable
[<SealedAttribute>]
type ClientWorkflowEngineCompiler =
class
interface IClientWorkflowEngineCompiler
interface IDisposable
end
ClientWorkflowEngineCompiler | Инициализирует новый экземпляр класса ClientWorkflowEngineCompiler |
CompileActionAsync | Выполняет компиляцию шаблона действия WorkflowEngine. |
CompileLinkAsync | Выполняет компиляцию связи WorkflowEngine. |
CompileNodeAsync | Выполняет компиляцию шаблона узла WorkflowEngine. |
CompileProcessAsync | Выполняет компиляцию шаблона процесса WorkflowEngine. |
CompileTileAsync | Выполняет компиляцию тайла WorkflowEngine, расположенного в шаблоне процесса processTemplateID. |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetDefaultStaticsAsync | Возвращает список статических классов, используемых компилятором как using static по умолчанию. |
GetDefaultUsingsAsync | Возвращает список пространств имён, используемых компилятором по умолчанию. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |