Interface IgoBsonReaderBookmark

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type IgoBsonReaderBookmark = interface(IInterface)

Description

A bookmark that can be used to return a reader to the current position and state.

Attributes
GUID['{7324A2DE-20F6-4FF2-9973-FD861F6833EB}']

Hierarchy

  • IInterface
  • IgoBsonReaderBookmark

Overview

Methods

Public function GetState: TgoBsonReaderState;
Public function GetCurrentBsonType: TgoBsonType;
Public function GetCurrentName: String;

Properties

Public property State: TgoBsonReaderState read GetState;
Public property CurrentBsonType: TgoBsonType read GetCurrentBsonType;
Public property CurrentName: String read GetCurrentName;

Description

Methods

Public function GetState: TgoBsonReaderState;
 
Public function GetCurrentBsonType: TgoBsonType;
 
Public function GetCurrentName: String;
 

Properties

Public property State: TgoBsonReaderState read GetState;

The current state of the reader

Public property CurrentBsonType: TgoBsonType read GetCurrentBsonType;

The current BsonType

Public property CurrentName: String read GetCurrentName;

The name of the current element


Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26