NamedItem Class

Definition

Represents a named, item that can be documented.

public ref class NamedItem abstract : System::Web::Services::Description::DocumentableItem
public abstract class NamedItem : System.Web.Services.Description.DocumentableItem
type NamedItem = class
    inherit DocumentableItem
Public MustInherit Class NamedItem
Inherits DocumentableItem
Inheritance
Derived

Remarks

This class represents a DocumentableItem with an associated name.

Constructors

NamedItem()

When called in a derived class, initializes a new instance of the NamedItem class.

Properties

Documentation

Gets or sets the text documentation for the instance of the DocumentableItem.

(Inherited from DocumentableItem)
DocumentationElement

Gets or sets the documentation element for the DocumentableItem.

(Inherited from DocumentableItem)
ExtensibleAttributes

Gets or sets an array of type XmlAttribute that represents attribute extensions of WSDL to comply with Web Services Interoperability (WS-I) Basic Profile 1.1.

(Inherited from DocumentableItem)
Extensions

Gets the ServiceDescriptionFormatExtensionCollection associated with this DocumentableItem.

(Inherited from DocumentableItem)
Name

Gets or sets the name of the item.

Namespaces

Gets or sets the dictionary of namespace prefixes and namespaces used to preserve namespace prefixes and namespaces when a ServiceDescription object is constructed.

(Inherited from DocumentableItem)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to