Class CodeActionsCompiller
Provides compillation of code actions
Inheritance
↳ object
↳ CodeActionsCompiller
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 CodeActionsCompiller
Properties
ExternalCompiler
Declarationpublic static IExternalCompiler ExternalCompiler { get; set; }
| Type | Description |
|---|---|
| IExternalCompiler |
CompillationEnable
Declarationpublic static bool CompillationEnable { get; set; }
| Type | Description |
|---|---|
| bool |
DebugMode
Declarationpublic static bool DebugMode { get; set; }
| Type | Description |
|---|---|
| bool |
Usings
Declarationpublic static IEnumerable<string> Usings { get; }
| Type | Description |
|---|---|
| IEnumerable<string> |
Locations
Declarationpublic static IEnumerable<string> Locations { get; }
| Type | Description |
|---|---|
| IEnumerable<string> |
Methods
RegisterAssembly(string)
Declarationpublic static void RegisterAssembly(string longName)
| Type | Name | Description |
|---|---|---|
| string | longName |
RegisterAssembly(Assembly)
Declarationpublic static void RegisterAssembly(Assembly assembly)
| Type | Name | Description |
|---|---|---|
| Assembly | assembly |
CompileCodeActions(ProcessDefinition, Guid)
Declarationpublic static CodeActionsInvoker CompileCodeActions(ProcessDefinition processDefinition, Guid schemeId)
| Type | Name | Description |
|---|---|---|
| ProcessDefinition | processDefinition | |
| Guid | schemeId |
| Type | Description |
|---|---|
| CodeActionsInvoker |
CompileGlobalCodeActions(List<CodeActionDefinition>, bool, out Dictionary<string, string>)
Declarationpublic static CodeActionsInvoker CompileGlobalCodeActions(List<CodeActionDefinition> codeActionDefinitions, bool ignoreNotCompilled, out Dictionary<string, string> compileErrors)
| Type | Name | Description |
|---|---|---|
| List<CodeActionDefinition> | codeActionDefinitions | |
| bool | ignoreNotCompilled | |
| Dictionary<string, string> | compileErrors |
| Type | Description |
|---|---|
| CodeActionsInvoker |
CompileCodeActions(string, List<CodeActionDefinition>, string)
Declarationpublic static CodeActionsInvoker CompileCodeActions(string commonUsings, List<CodeActionDefinition> codeActionDefinitions, string namespaceName)
| Type | Name | Description |
|---|---|---|
| string | commonUsings | |
| List<CodeActionDefinition> | codeActionDefinitions | |
| string | namespaceName |
| Type | Description |
|---|---|
| CodeActionsInvoker |
Fields
DefaultUsings
Declarationpublic static List<string> DefaultUsings
| Type | Description |
|---|---|
| List<string> |