SystemOperatorParameter Class |
Namespace: Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler.OperatorParameters
The SystemOperatorParameter type exposes the following members.
Name | Description | |
---|---|---|
![]() | SystemOperatorParameter |
Initializes a new instance of the class.
|
Name | Description | |
---|---|---|
![]() | Input |
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.) |
![]() | Operator |
Gets the operator.
(Inherited from OperatorParameter.) |
![]() | StringValue |
Gets the string representation of the parameter.
(Inherited from OperatorParameter.) |
Name | Description | |
---|---|---|
![]() | GetAllowedStringValues |
Gets the allowed values (if applicable) for the StringValue property.
(Inherited from OperatorParameter.) |
![]() | GetLambdaExpression |
Gets the parameter as lambda expression with the specified input parameter type.
(Inherited from OperatorParameter.) |
![]() | GetValueExpression |
Gets the parameter as expression, which returns the value.
(Inherited from OperatorParameter.) |
![]() | ToString |
Returns a String that represents this instance.
(Inherited from OperatorParameter.) |