API:Datasnap.DSClientMetadata.TDSRestMetaDataProvider

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSMetadata.TDSCustomMetaDataProviderSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDSRestMetaDataProvider

Delphi

TDSRestMetaDataProvider = class(TDSCustomMetaDataProvider)

C++

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

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSClientMetadata.pas
Datasnap.DSClientMetadata.hpp
Datasnap.DSClientMetadata Datasnap.DSClientMetadata

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