Click or drag to resize

DetailsOperatorParameter Class

Parameter, which returns a detail (child) list.
Inheritance Hierarchy

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 DetailsOperatorParameter : PropertyOperatorParameter

The DetailsOperatorParameter type exposes the following members.

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