Rediger

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

Name Description
ServiceDescriptionFormatExtension()

Initializes a new instance of the ServiceDescriptionFormatExtension class.

Properties

Name Description
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.

Applies to