API:REST.Backend.EMSProvider.TCustomEMSProvider

From RAD Studio API Documentation
Jump to: navigation, search

REST.Backend.EMSProvider.TCustomEMSConnectionInfoSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomEMSProvider

Delphi

TCustomEMSProvider = class(TCustomEMSConnectionInfo, IBackendProvider)

C++

class PASCALIMPLEMENTATION TCustomEMSProvider : public TCustomEMSConnectionInfo

Properties

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

Description

Stores information about the EMS connection parameters

REST.Backend.EMSProvider.TCustomEMSProvider inherits from REST.Backend.EMSProvider.TCustomEMSConnectionInfo. All content below this line refers to REST.Backend.EMSProvider.TCustomEMSConnectionInfo.

Stores information about the EMS connection parameters for the connection to the RAD Server Engine (EMS Server).

TCustomEMSConnectionInfo stores information about the EMS Server connection parameters such as URLHost, URLPort, ApplicationId, MasterSecret, TenantSecret, and TenantId.

See Also