Click or drag to resize

CompilationOperators Property

Gets the operators.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public IList<Operator> Operators { get; }

Property Value

Type: IListOperator
The operators.
See Also