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