Class ExpressionsCompiler
Inheritance
↳ object
↳ ExpressionsCompiler
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.CodeActions
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic static class ExpressionsCompiler
Properties
CompilationEnable
Declarationpublic static bool CompilationEnable { get; set; }
| Type | Description |
|---|---|
| bool |
Options
Expressions Compiler Options
Declarationpublic static ExpressionsCompilerOptions Options { get; set; }
| Type | Description |
|---|---|
| ExpressionsCompilerOptions |
Methods
RegisterAssembly(Assembly)
Allow to register additional assembly for expressions
Declarationpublic static void RegisterAssembly(Assembly assembly)
| Type | Name | Description |
|---|---|---|
| Assembly | assembly |
CompileExpressions(ProcessDefinition)
Declarationpublic static ExpressionsInvoker CompileExpressions(ProcessDefinition processDefinition)
| Type | Name | Description |
|---|---|---|
| ProcessDefinition | processDefinition |
| Type | Description |
|---|---|
| ExpressionsInvoker |
CompileSubprocessNameGetters(ProcessDefinition)
Declarationpublic static SubprocessNameGetterInvoker CompileSubprocessNameGetters(ProcessDefinition processDefinition)
| Type | Name | Description |
|---|---|---|
| ProcessDefinition | processDefinition |
| Type | Description |
|---|---|
| SubprocessNameGetterInvoker |