ScriptedOperator Properties |
The ScriptedOperator type exposes the following members.
Name | Description | |
---|---|---|
![]() | Compilation |
Gets or sets the compilation to which this operator belongs.
(Inherited from Operator.) |
![]() | Input |
Gets or sets the expression representing the input object.
(Inherited from Operator.) |
![]() | Name |
Gets the name.
(Overrides OperatorName.) |
![]() | OperatorNo |
Gets the operator no within the compilation.
(Inherited from Operator.) |
![]() | Parameters |
Gets or sets the parameters.
(Inherited from Operator.) |
![]() | Result |
Gets the result expression, set by the latest compilation.
It represents the operator, applied over the input object and parameters.
(Inherited from Operator.) |
![]() | Script |
Gets the script.
|