ServiceDescriptionFormatExtension Class

Definition

Represents an extensibility element added to an XML Web service.

public ref class ServiceDescriptionFormatExtension abstract
public abstract class ServiceDescriptionFormatExtension
type ServiceDescriptionFormatExtension = class
Public MustInherit Class ServiceDescriptionFormatExtension
Inheritance
ServiceDescriptionFormatExtension
Derived

Remarks

In a derived class, the ServiceDescriptionFormatExtension class allows users to define extensibility elements in addition to those defined in the Web Services Description Language (WSDL) specification. Extensibility elements can be added to a ServiceDescription at any of several levels within the class hierarchy. Thus many classes derived from the DocumentableItem class (including the ServiceDescription class) have an Extensions property, which returns a ServiceDescriptionFormatExtensionCollection.

Constructors

ServiceDescriptionFormatExtension()

Initializes a new instance of the ServiceDescriptionFormatExtension class.

Properties

Handled

Gets or sets a value indicating whether the ServiceDescriptionFormatExtension is used by the import process when the extensibility element is imported.

Parent

Gets the parent of the ServiceDescriptionFormatExtension.

Required

Gets or sets a value indicating whether the ServiceDescriptionFormatExtension is necessary for the action to which it refers.

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