Class CompiledVariableElement
A VariableElement represented in a normalized fashion
Inherited Members
Namespace: Quantellia.WMServer.Execution.Compilation
Assembly: WMServer.dll
Syntax
public class CompiledVariableElement : CompiledElementBase
Properties
Expression
A code block representation of the VariableElement's Expression with all element names converted to Fully Qualified Identifiers, and converted to a code block format. I.e. { ... return ... ;}
Declaration
public string Expression { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InitialValue
The initial value of this VariableElement represented as a string.
Declaration
public string InitialValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |