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;
};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
record struct |
public | Soap.InvokeRegistry.pas Soap.InvokeRegistry.hpp |
Soap.InvokeRegistry | Soap.InvokeRegistry |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !