Interface TgoBsonDocument._IDocument
Unit
Grijjy.Bson
Declaration
type _IDocument = interface(TgoBsonValue._IValue)
Description
@exclude
Attributes
- GUID['{9E13B024-904D-44F6-BE16-33D81A0F057F}']
Hierarchy
Enclosing Class
Overview
Methods
Properties
Description
Methods
|
function GetCount: Integer; |
|
|
function GetAllowDuplicateNames: Boolean; |
|
|
procedure SetAllowDuplicateNames(const Value: Boolean); |
|
|
function IndexOfName(const AName: String): Integer; |
|
|
function Contains(const AName: String): Boolean; |
|
|
function ContainsValue(const AValue: TgoBsonValue): Boolean; |
|
|
function TryGetElement(const AName: String; out AElement: TgoBsonElement): Boolean; |
|
|
procedure Remove(const AName: String); |
|
|
procedure Delete(const AIndex: Integer); |
|
|
procedure Clear; |
|
|
procedure Merge(const AOtherDocument: TgoBsonDocument; const AOverwriteExistingElements: Boolean); |
|
Properties
Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26
|