REST.Backend.MetaTypes.IBackendModuleResourceName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBackendModuleResourceName = interface(IBackendMetaObject)

C++

__interface  INTERFACE_UUID("{BEA0754A-0D59-4D62-96A4-3175A3E8E1EB}") IBackendModuleResourceName  : public IBackendMetaObject

Properties

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

Description

IBackendModuleResourceName is the interface to retrieve the name of a resource from a module.

IBackendModuleResourceName includes the method GetResourceName to get the name of the resource from an module that is registered in the backend server.

Related interfaces:

  • Use the IBackendModuleName interface to retrieve the name of a module registered in the server.

See Also