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
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Several classes are derived from this class:
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/.
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)
DocumentableItem Members | System.Web.Services.Description Namespace