Click or drag to resize

ConstantOperatorParameter Class

Parameter, which returns a constant value.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompilerOperatorParameter
    Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler.OperatorParametersConstantOperatorParameter

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 ConstantOperatorParameter : OperatorParameter

The ConstantOperatorParameter type exposes the following members.

Constructors
  NameDescription
Public methodConstantOperatorParameter
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