Interface TgoBsonValue._IValue
Unit
Grijjy.Bson
Declaration
type _IValue = interface(IInterface)
Description
@exclude
Attributes
- GUID['{290B24D7-1D64-4F76-93C8-1B9D92658018}']
Hierarchy
- IInterface
- TgoBsonValue._IValue
Enclosing Class
Overview
Methods
Properties
Description
Methods
|
function AsBoolean: Boolean; |
|
|
function AsInteger: Integer; |
|
|
function AsInt64: Int64; |
|
|
function AsDouble: Double; |
|
|
function AsString: String; |
|
|
function AsByteArray: TBytes; |
|
|
function AsGuid: TGUID; |
|
|
function ToBoolean(const ADefault: Boolean): Boolean; |
|
|
function ToDouble(const ADefault: Double): Double; |
|
|
function ToInteger(const ADefault: Integer): Integer; |
|
|
function ToInt64(const ADefault: Int64): Int64; |
|
|
function ToString(const ADefault: String): String; |
|
|
function ToLocalTime: TDateTime; |
|
|
function ToUniversalTime: TDateTime; |
|
|
function ToByteArray: TBytes; |
|
|
function ToGuid: TGUID; |
|
|
function Equals(const AOther: _IValue): Boolean; |
|
|
function Clone: _IValue; |
|
|
function DeepClone: _IValue; |
|
Properties
Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26
|