System.Web.Services.Description.Types Class

Describes data type definitions relevant to exchanged messages. This class cannot be inherited.

See Also: Types Members

Syntax

[System.Web.Services.Configuration.XmlFormatExtensionPoint("Extensions")]
public sealed class Types : DocumentableItem

Remarks

This class is a container for data type definitions for the XML Web service. Note especially that this class does not represent a collection of instances of the Type class, as its name might imply. Instead, it corresponds to the Web Services Description Language (WSDL) <types> element enclosed by the <definitions> root element. For more information about WSDL, see the specification at http://www.w3.org/TR/wsdl/.

The Types class has two read-only properties, Types.Schemas and Types.Extensions, representing the collections of data type definitions available to an XML Web service.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0