Click or drag to resize

OperatorParameter Class

Used internally to contain information about a parameter.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompilerOperatorParameter
    More...

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 OperatorParameter

The OperatorParameter type exposes the following members.

Constructors
  NameDescription
Public methodOperatorParameter
Initializes a new instance of the OperatorParameter class.
Top
Properties
  NameDescription
Public propertyInput
Gets the last used input expression, as set by the latest compilation. It represents the object over which the value of the parameter is calculated.
Public propertyOperator
Gets the operator.
Public propertyStringValue
Gets the string representation of the parameter.
Top
Methods
  NameDescription
Public methodGetAllowedStringValues
Gets the allowed values (if applicable) for the StringValue property.
Public methodGetLambdaExpression
Gets the parameter as lambda expression with the specified input parameter type.
Public methodGetValueExpression
Gets the parameter as expression, which returns the value.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also
Inheritance Hierarchy