REST.Backend.MetaTypes.IBackendModuleName
Delphi
IBackendModuleName = interface(IBackendMetaObject)
C++
__interface INTERFACE_UUID("{BEA0754A-0D59-4D62-96A4-3175A3E8E1EB}") IBackendModuleName : 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
IBackendModuleName is the interface to retrieve the name of a module.
IBackendModuleName includes the method GetModuleName to get the name of a module that is registered in the server.
Related interfaces:
- Use the IBackendModuleResourceName interface to retrieve the name of a resource that a module registers in a backend server.