System.JSON.Types.TJsonCodeWScope

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TJsonCodeWScope = record

C++

struct DECLSPEC_DRECORD TJsonCodeWScope
{
public:
    struct DECLSPEC_DRECORD TScopeItem
    {
    public:
        System::UnicodeString Ident;
        System::UnicodeString Value;
    };
private:
    typedef System::DynamicArray<TScopeItem> _TJsonCodeWScope__1;
public:
    System::UnicodeString Code;
    _TJsonCodeWScope__1 Scope;
    __fastcall TJsonCodeWScope(const System::UnicodeString ACode, System::Classes::TStrings* AScope);
    TJsonCodeWScope() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types System.JSON.Types


Description

TJsonCodeWScope représente un code BSON avec un type de données de portée.

Pour plus de détails sur le code BSON avec portée, voir les spécifications BSON (EN).

Voir aussi