API:EMS.ResourceTypes.TEMSTypeInfoResource.Create
Delphi
constructor Create(ARttiContext: TRttiContext; ARttiType: TRTTIType;
AAttributes: TEMSResourceAttributes; AOwnAttributes: Boolean;
const AResourceName: string; ATenantAuthorization: TTenantAuthorization;
const AVersion: TEMSVersion);
C++
__fastcall TEMSTypeInfoResource(System::Rtti::TRttiContext ARttiContext, System::Rtti::TRttiType* ARttiType, TEMSResourceAttributes* AAttributes, bool AOwnAttributes, const System::UnicodeString AResourceName, TTenantAuthorization ATenantAuthorization, const Ems::Resourceapi::TEMSVersion &AVersion);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | EMS.ResourceTypes.pas EMS.ResourceTypes.hpp |
EMS.ResourceTypes | TEMSTypeInfoResource |
Description
Creates an instance of TEMSCommonResource with the specified EMS resource name.
EMS.ResourceTypes.TEMSTypeInfoResource.Create inherits from EMS.ResourceTypes.TEMSCommonResource.Create. All content below this line refers to EMS.ResourceTypes.TEMSCommonResource.Create.
Creates an instance of TEMSCommonResource with the specified EMS resource name.
The specified EMS resource name fills the Name property, and a lowercase version of that name becomes the base URL of the new EMS resource.