API:EMS.ResourceTypes.TEMSResourceEndPointSuffix

From RAD Studio API Documentation
Jump to: navigation, search

EMS.ResourceTypes.TEMSResourceEndPointSystem.TObjectTEMSResourceEndPointSuffix
[–] Properties
Type: class
Visibility: public
Source:
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
Unit: EMS.ResourceTypes
Parent: EMS.ResourceTypes

Delphi

TEMSResourceEndPointSuffix = class(TEMSResourceEndPoint)

C++

class PASCALIMPLEMENTATION TEMSResourceEndPointSuffix : public TEMSResourceEndPoint

Description

Base class for REST endpoints that belong to an EMS resource object that is an instance of TEMSCommonResource or a subclass.

EMS.ResourceTypes.TEMSResourceEndPointSuffix inherits from EMS.ResourceTypes.TEMSResourceEndPoint. All content below this line refers to EMS.ResourceTypes.TEMSResourceEndPoint.

Base class for REST endpoints that belong to an EMS resource object that is an instance of TEMSCommonResource or a subclass.

Every subclass of TEMSResourceEndPoint provides a name, a full name, a request method, and a list of segments parameters.