Soap.WSDLBind.ITypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ITypes = interface(IDocumented)

C++

__interface  INTERFACE_UUID("{AAB2EBF2-79E2-42AA-A3D2-5C4ADCF51B93}") ITypes  : public IDocumented

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind Soap.WSDLBind

Description

ITypes is the interface for the types defined in a WSDL document.

Use the ITypes interface to access the properties and methods specific to the collection of type definitions in a WSDL document. ITypes exposes methods and properties that can be used to access and add schema definitions to the WSDL document. In WSDL documents, schema definitions describe the exposed types.

See Also