API:Datasnap.DSClientMetadata.TDSRestMetaDataProvider

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSMetadata.TDSCustomMetaDataProviderSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDSRestMetaDataProvider
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSClientMetadata.pas
Datasnap.DSClientMetadata.hpp
Unit: Datasnap.DSClientMetadata
Parent: Datasnap.DSClientMetadata

Delphi

TDSRestMetaDataProvider = class(TDSCustomMetaDataProvider)

C++

class PASCALIMPLEMENTATION TDSRestMetaDataProvider : public Datasnap::Dsmetadata::TDSCustomMetaDataProvider

Description

Base class for all metadata providers.

Datasnap.DSClientMetadata.TDSRestMetaDataProvider inherits from Datasnap.DSMetadata.TDSCustomMetaDataProvider. All content below this line refers to Datasnap.DSMetadata.TDSCustomMetaDataProvider.

Base class for all metadata providers.

TDSCustomMetaDataProvider is just a base class for all metadata providers such as servers that have metadata attached. TDSCustomMetaDataProvider implements just a few generic methods that are virtual and are overridden in subclasses in order to provide the correct required functionality.

See Also