Name | Description | |
---|---|---|
![]() | EomOperation Constructor | Overloaded. |
The following tables list the members exposed by EomOperation.
Name | Description | |
---|---|---|
![]() | EomOperation Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | IsUnary | Indicates whether operation is unary (true) or binary (false), the first case is defined by setting Left to null. |
![]() | Left | Left operand of the operation, or null for unary operation. |
![]() | OperandType | Gets or sets the returning type of operand. (Inherited from C1.C1DataExtender.EomOperandElement) |
![]() | Operator | The operator of the operation. |
![]() | Parent | If this operand is Left or Right of EomOperation element, returns that EomOperation element. (Inherited from C1.C1DataExtender.EomOperandElement) |
![]() | Right | Right operand of the operation |