DocumentableItem Class
Represents the abstract base class from which several classes in the System.Web.Services.Description namespace are derived.
For a list of all members of this type, see DocumentableItem Members.
System.Object
System.Web.Services.Description.DocumentableItem
Derived classes
[Visual Basic] MustInherit Public Class DocumentableItem [C#] public abstract class DocumentableItem [C++] public __gc __abstract class DocumentableItem [JScript] public abstract class DocumentableItem
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
Several classes are derived from this class:
- Binding
- Import
- Message
- MessagePart
- Operation
- OperationBinding
- OperationMessage
- Port
- PortType
- Service
- Types
This base class contains only one property, the Documentation property. It represents the text documentation for a specific WSDL (Web Services Description Language) element.
For more information about WSDL, see the specification at http://www.w3.org/TR/wsdl/.
Requirements
Namespace: System.Web.Services.Description
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web.Services (in System.Web.Services.dll)
See Also
DocumentableItem Members | System.Web.Services.Description Namespace