Click or drag to resize

Operator Class

Contains the compilation methods for a CalculatedAttributeExpression.
Inheritance Hierarchy

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public abstract class Operator

The Operator type exposes the following members.

Properties
  NameDescription
Public propertyCompilation
Gets or sets the compilation to which this operator belongs.
Public propertyInput
Gets or sets the expression representing the input object.
Public propertyName
Gets the name.
Public propertyOperatorNo
Gets the operator no within the compilation.
Public propertyParameters
Gets or sets the parameters.
Public propertyResult
Gets the result expression, set by the latest compilation. It represents the operator, applied over the input object and parameters.
Top
Methods
See Also