C1.C1DataExtender.2 Assembly > C1.C1DataExtender Namespace : EomConstant Class |
For a list of all members of this type, see EomConstant members.
Name | Description | |
---|---|---|
![]() | CanConvertValue | Indicates whether Value can be converted to OperandType, and thus usage of the ConvertedValue property is permitted. |
![]() | ConvertedValue | Returns the Value converted to OperandType, in case when CanConvertValue returns true. If CanConvertValue is false then returns null. |
![]() | OperandType | Overridden. The target type of value, to which Value is converted when call to ConvertedValue property occurs. |
![]() | Parent | If this operand is Left or Right of EomOperation element, returns that EomOperation element. (Inherited from C1.C1DataExtender.EomOperandElement) |
![]() | Value | Original value of the constant, from expression source. |