Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Struct CodeForCompillation

OptimaJet.Workflow.Core.CodeActions.CodeForCompillation

Code for compile by IExternalCompiler. System purpose only.

public struct CodeForCompillation

Constructors

public CodeForCompillation(string code, int codeShift, CodeActionDefinition codeActionDefinition) #
Constructor

Parameters

Name
Type
Description
code
String
Code
codeShift
Int32
The code line with which the class definition begins
codeActionDefinition
CodeActionDefinition
Source definition

Properties

Name
Type
Code #
String
Code
CodeShift #
Int32
The code line with which the class definition begins
CodeActionDefinition #
CodeActionDefinition
Source definition