REST.Backend.ServiceTypes.IBackendStorageApi2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBackendStorageApi2 = interface(IBackendGetMetaFactory)

C++

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

Properties

Type Visibility Source Unit Parent
interface
class
public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes REST.Backend.ServiceTypes

Description

Provides custom date format objects.

IBackendStorageApi2 extends IBackendStorageApi to provide custom date format objects. For instance, the GetJsonDateFormat method returns a TJsonDateFormat object.

See Also