Class WMCodeBlock
Used by the expression parser in the World Modeler to represent a code block.
Assembly: WMServer.dll
Syntax
Constructors
WMCodeBlock(DecisionModelElement)
Declaration
public WMCodeBlock(DecisionModelElement element)
Parameters
Fields
CodeGenerated
Declaration
public const int CodeGenerated = 1
Field Value
New
Declaration
Field Value
Properties
Dependencies
Declaration
public List<DecisionModelElement> Dependencies { get; }
Property Value
Element
Declaration
public DecisionModelElement Element { get; }
Property Value
Identifier
Declaration
public string Identifier { get; }
Property Value
InitSourceCode
Declaration
public string InitSourceCode { get; set; }
Property Value
IsExpression
Declaration
public bool IsExpression { get; set; }
Property Value
SetFunctionCall
Declaration
public string SetFunctionCall { get; set; }
Property Value
Status
Declaration
public int Status { get; set; }
Property Value
UpdateSourceCode
Declaration
public string UpdateSourceCode { get; set; }
Property Value