Click or drag to resize

CompilationGetOperatorByNo Method

Gets operator by its number.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Operator GetOperatorByNo(
	int operatorNo
)

Parameters

operatorNo
Type: SystemInt32
The operator no.

Return Value

Type: Operator
Exceptions
ExceptionCondition
ExceptionIf the operator is not found.
See Also