Classe MetadataEntryclass MetadataEntry
Classe di astrazione per la voce di metadati.An abstraction class for metadata entry.
RiepilogoSummary
MembriMembers | DescrizioniDescriptions |
---|---|
public MetadataEntry (const std:: String& Key, const std:: String& value, uint32_t Version)public MetadataEntry(const std::string& key, const std::string& value, uint32_t version) | Al costruttore per un'astrazione MetadataEntry.C'tor for a MetadataEntry abstraction. |
public MetadataEntry (const std:: String& Key, const std:: String& value, const MetadataVersion& Version)public MetadataEntry(const std::string& key, const std::string& value, const MetadataVersion& version) | Al costruttore per un'astrazione MetadataEntry.C'tor for a MetadataEntry abstraction. |
public MetadataEntry (const std:: String& Key, const std:: String& value)public MetadataEntry(const std::string& key, const std::string& value) | Al costruttore per un'astrazione MetadataEntry, Version è impostato sul valore predefinito 0.C'tor for a MetadataEntry abstraction, version is set to a default of 0. |
public const std:: String& GetKey () constpublic const std::string& GetKey() const | Ottenere la chiave di immissione dei metadati.Get the metadata entry key. |
public const std:: String& GetValue () constpublic const std::string& GetValue() const | Ottiene il valore della voce di metadati.Get the metadata entry value. |
public MetadataVersion GetVersion () constpublic MetadataVersion GetVersion() const | Ottenere la versione di immissione dei metadati.Get the metadata entry version. |
MembriMembers
MetadataEntry (funzione)MetadataEntry function
Al costruttore per un'astrazione MetadataEntry.C'tor for a MetadataEntry abstraction.
ParametriParameters:
chiave: voce della chiave dei metadati.key: metadata key entry.
valore: immissione del valore dei metadativalue: metadata value entry
versione: valore della versione dei metadativersion: metadata version value
MetadataEntry (funzione)MetadataEntry function
Al costruttore per un'astrazione MetadataEntry.C'tor for a MetadataEntry abstraction.
ParametriParameters:
chiave: voce della chiave dei metadati.key: metadata key entry.
valore: immissione del valore dei metadativalue: metadata value entry
versione: valore della versione dei metadativersion: metadata version value
MetadataEntry (funzione)MetadataEntry function
Al costruttore per un'astrazione MetadataEntry, Version è impostato sul valore predefinito 0.C'tor for a MetadataEntry abstraction, version is set to a default of 0.
ParametriParameters:
chiave: voce della chiave dei metadati.key: metadata key entry.
valore: immissione del valore dei metadativalue: metadata value entry
GetKey (funzione)GetKey function
Ottenere la chiave di immissione dei metadati.Get the metadata entry key.
Restituisce: chiave di immissione dei metadati.Returns: Metadata entry key.
Funzione GetValueGetValue function
Ottiene il valore della voce di metadati.Get the metadata entry value.
Restituisce: valore di immissione dei metadati.Returns: Metadata entry value.
GetVersion (funzione)GetVersion function
Ottenere la versione di immissione dei metadati.Get the metadata entry version.
Restituisce: versione di immissione dei metadati.Returns: Metadata entry version.