API:Soap.InvokeRegistry.InterfaceMapItem
Delphi
InterfaceMapItem = record
C++
struct DECLSPEC_DRECORD InterfaceMapItem
{
private:
typedef System::DynamicArray<MethodMapItem> _InterfaceMapItem__1;
typedef System::DynamicArray<IntfHeaderItem> _InterfaceMapItem__2;
typedef System::DynamicArray<IntfExceptionItem> _InterfaceMapItem__3;
public:
System::UnicodeString Name;
InvString ExtName;
System::UnicodeString UnitName;
GUID GUID;
System::Typinfo::PTypeInfo Info;
System::TClass DefImpl;
InvString Namespace;
InvString WSDLEncoding;
System::UnicodeString Documentation;
System::UnicodeString SOAPAction;
System::UnicodeString ReturnParamNames;
TIntfInvokeOptions InvokeOptions;
_InterfaceMapItem__1 Methods;
_InterfaceMapItem__2 IntfHeaders;
_InterfaceMapItem__3 IntfExceptions;
System::UnicodeString UDDIOperator;
System::UnicodeString UDDIBindingKey;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | Soap.InvokeRegistry.pas Soap.InvokeRegistry.hpp |
Soap.InvokeRegistry | Soap.InvokeRegistry |
Description
Embarcadero Technologies does not currently have any additional information.