ServiceDescriptionFormatExtension 类

定义

表示添加到 XML Web services 的扩展性元素。

public ref class ServiceDescriptionFormatExtension abstract
public abstract class ServiceDescriptionFormatExtension
type ServiceDescriptionFormatExtension = class
Public MustInherit Class ServiceDescriptionFormatExtension
继承
ServiceDescriptionFormatExtension
派生

注解

在派生类中 ServiceDescriptionFormatExtension ,类允许用户定义扩展性元素,以及 Web 服务描述语言 (WSDL) 规范中定义的扩展性元素。 扩展性元素可以添加到 ServiceDescription 类层次结构中多个级别的任意级别。 因此,许多派生自 DocumentableItem 类的类 (包括 ServiceDescription 类) 都有一个 ExtensionsServiceDescriptionFormatExtensionCollection属性,该属性返回 。

构造函数

ServiceDescriptionFormatExtension()

初始化 ServiceDescriptionFormatExtension 类的新实例。

属性

Handled

获取或设置一个值,该值指示当导入扩展性元素时,导入进程是否使用 ServiceDescriptionFormatExtension

Parent

获取 ServiceDescriptionFormatExtension 的父级。

Required

获取或设置一个值,该值指示 ServiceDescriptionFormatExtension 是否是它所引用的操作所必需的。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于