Click or drag to resize

Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler Namespace

 
Classes
  ClassDescription
Public classCompilation
Represents one operator program and compilation.
Public classExpressionCompilerException
Base class for exceptions that use their own exception message and not the default one used in GetCalculatingFunction
Public classLeftOrRightOperatorParam2IsEmptyException
Custom error for the case where there isn't length parameter (position 2) for LeftOperator or RightOperator
Public classNamedOperator
Represents operator, which is defined in its own class.
Public classOperator
Contains the compilation methods for a CalculatedAttributeExpression.
Public classOperatorNotFoundException
Operator wasn't found by number
Public classOperatorParameter
Used internally to contain information about a parameter.
Public classScriptedOperator
Operator, whose evaluation function is provided with lambda expression.