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
Syntaxpublic Operator GetOperatorByNo(
int operatorNo
)
Public Function GetOperatorByNo (
operatorNo As Integer
) As Operator
public:
Operator^ GetOperatorByNo(
int operatorNo
)
member GetOperatorByNo :
operatorNo : int -> Operator
Parameters
- operatorNo
- Type: SystemInt32
The operator no.
Return Value
Type:
Operator
ExceptionsException | Condition |
---|
Exception | If the operator is not found. |
See Also