record TgoBsonSymbol

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TgoBsonSymbol = record

Description

A symbol from a lookup table (deprecated by BSON). You create symbols using TgoBsonSymbolTable.Lookup.

Overview

Methods

class operator Implicit(const A: TgoBsonSymbol): TgoBsonValue; static;
class operator Equal(const A, B: TgoBsonSymbol): Boolean; static;
class operator NotEqual(const A, B: TgoBsonSymbol): Boolean; static;
function IsNil: Boolean; inline;
procedure SetNil; inline;
function Clone: TgoBsonSymbol; inline;
function DeepClone: TgoBsonSymbol; inline;
function ToBson: TBytes; inline;
function ToJson: String; overload; inline;
function ToJson(const ASettings: TgoJsonWriterSettings): String; overload; inline;

Properties

property Name: String read GetName;

Description

Methods

class operator Implicit(const A: TgoBsonSymbol): TgoBsonValue; static;

Implicitly casts a BSON Symbol to a BSON value.

class operator Equal(const A, B: TgoBsonSymbol): Boolean; static;

See TgoBsonValue.Equal

class operator NotEqual(const A, B: TgoBsonSymbol): Boolean; static;

See TgoBsonValue.NotEqual

function IsNil: Boolean; inline;

See TgoBsonValue.IsNil

procedure SetNil; inline;

See TgoBsonValue.SetNil

function Clone: TgoBsonSymbol; inline;

See TgoBsonValue.Clone

function DeepClone: TgoBsonSymbol; inline;

See TgoBsonValue.DeepClone

function ToBson: TBytes; inline;

See TgoBsonValue.ToBson

function ToJson: String; overload; inline;

See TgoBsonValue.ToJson

function ToJson(const ASettings: TgoJsonWriterSettings): String; overload; inline;

See TgoBsonValue.ToJson

Properties

property Name: String read GetName;

The name of the symbol


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