Click or drag to resize

InputOperatorParameter Class

Represents operator parameter, which evaluates to the input parameter of the specified CalculatedAttributeExpression.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompilerOperatorParameter
    Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler.OperatorParametersInputOperatorParameter

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler.OperatorParameters
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class InputOperatorParameter : OperatorParameter

The InputOperatorParameter type exposes the following members.

Constructors
  NameDescription
Public methodInputOperatorParameter
Initializes a new instance of the 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.
(Inherited from OperatorParameter.)
Public propertyOperator
Gets the operator.
(Inherited from OperatorParameter.)
Public propertyStringValue
Gets the string representation of the parameter.
(Inherited from OperatorParameter.)
Top
Methods
  NameDescription
Public methodGetAllowedStringValues
Gets the allowed values (if applicable) for the StringValue property.
(Inherited from OperatorParameter.)
Public methodGetLambdaExpression
Gets the parameter as lambda expression with the specified input parameter type.
(Inherited from OperatorParameter.)
Public methodGetValueExpression
Gets the parameter as expression, which returns the value.
(Inherited from OperatorParameter.)
Public methodToString
Returns a String that represents this instance.
(Inherited from OperatorParameter.)
Top
See Also