REST.Backend.ServiceTypes.IBackendStorageApi2

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

IBackendStorageApi2 = interface(IBackendGetMetaFactory)

C++

__interface  INTERFACE_UUID("{912DE1A0-75D5-4F79-852C-160976C6A765}") IBackendStorageApi2  : public IBackendGetMetaFactory

プロパティ

種類 可視性 ソース ユニット
interface
class
public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes REST.Backend.ServiceTypes


説明

カスタムの日付形式オブジェクトを提供します。

IBackendStorageApi2 は、カスタムの日付形式オブジェクトを提供するよう IBackendStorageApi を拡張したものです。 たとえば、GetJsonDateFormat メソッドは TJsonDateFormat オブジェクトを返します。

関連項目