public abstract class WorkflowEngineCompilerBase<T> : TessaCompilerBase<T>
where T : IWorkflowEngineCompilationContextBase
Public MustInherit Class WorkflowEngineCompilerBase(Of T As IWorkflowEngineCompilationContextBase)
Inherits TessaCompilerBase(Of T)
generic<typename T>
where T : IWorkflowEngineCompilationContextBase
public ref class WorkflowEngineCompilerBase abstract : public TessaCompilerBase<T>
[<AbstractClassAttribute>]
type WorkflowEngineCompilerBase<'T when 'T : IWorkflowEngineCompilationContextBase> =
class
inherit TessaCompilerBase<'T>
end
WorkflowEngineCompilerBaseT | Инициализирует новый экземпляр класса. |
CompilationSourceProvider | |
Compiler | (Унаследован от TessaCompilerBaseT) |
DefaultIgnoreWarnings |
Список кодов игнорируемых по умолчанию предупреждений.
(Унаследован от TessaCompilerBaseT) |
DefaultReferences |
Список подключаемых по умолчанию зависимостей.
(Унаследован от TessaCompilerBaseT) |
DefaultStatics |
Список подключаемых по умолчанию статических пространств имён.
(Унаследован от TessaCompilerBaseT) |
DefaultUsings |
Список подключаемых по умолчанию пространств имён.
(Унаследован от TessaCompilerBaseT) |
WorkflowActionRegistry | |
WorkflowEngineCompiledBaseRegistry |
CompileAsync |
Выполняет компиляцию объектов системы в соответствии с заданным контекстом.
(Унаследован от TessaCompilerBaseT) |
CreateContext |
Создаёт контекст компилятора.
(Унаследован от TessaCompilerBaseT) |
CreateTessaCompilationResultAsync |
Создаёт объект ITessaCompilationResult с результатами компиляции.
(Унаследован от TessaCompilerBaseT) |
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) |
GenerateActionSourceAsync | Генерирует элемент компиляции для действия. |
GenerateLinkSourceAsync | Генерирует элемент компиляции для связи. |
GenerateNodeSourcesAsync | Генерирует список элементов компиляции узла процесса. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetProcessClassName | Возвращает имя класса процесса. |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
PrepareCompilationContextAsync |
Подготавливает ICompilationContext к использованию.
(Унаследован от TessaCompilerBaseT) |
PrepareProcessGlobalSource | Генерирует элемент компиляции для базового класса процесса. |
PrepareValidationResultAsync |
Создаёт объект ValidationResult с результатами компиляции.
(Переопределяет TessaCompilerBaseTPrepareValidationResultAsync(T, ICompilationResult, CancellationToken)) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |