Show / Hide Table of Contents

Class WMCodeBlock

Used by the expression parser in the World Modeler to represent a code block.

Inheritance
object
WMCodeBlock
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Execution
Assembly: WMServer.dll
Syntax
public class WMCodeBlock

Constructors

WMCodeBlock(DecisionModelElement)

Declaration
public WMCodeBlock(DecisionModelElement element)
Parameters
Type Name Description
DecisionModelElement element

Fields

CodeGenerated

Declaration
public const int CodeGenerated = 1
Field Value
Type Description
int

New

Declaration
public const int New = 0
Field Value
Type Description
int

Properties

Dependencies

Declaration
public List<DecisionModelElement> Dependencies { get; }
Property Value
Type Description
List<DecisionModelElement>

Element

Declaration
public DecisionModelElement Element { get; }
Property Value
Type Description
DecisionModelElement

Identifier

Declaration
public string Identifier { get; }
Property Value
Type Description
string

InitSourceCode

Declaration
public string InitSourceCode { get; set; }
Property Value
Type Description
string

IsExpression

Declaration
public bool IsExpression { get; set; }
Property Value
Type Description
bool

SetFunctionCall

Declaration
public string SetFunctionCall { get; set; }
Property Value
Type Description
string

Status

Declaration
public int Status { get; set; }
Property Value
Type Description
int

UpdateSourceCode

Declaration
public string UpdateSourceCode { get; set; }
Property Value
Type Description
string
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE