ServiceDescriptionFormatExtension クラス

定義

XML Web サービスに追加された機能拡張要素を表します。

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

注釈

派生クラスでは、 クラスを ServiceDescriptionFormatExtension 使用すると、ユーザーは Web サービス記述言語 (WSDL) 仕様で定義されている機能拡張要素に加えて、拡張要素を定義できます。 拡張要素は、クラス階層内の複数のレベルのいずれかで に追加 ServiceDescription できます。 したがって、 クラスから DocumentableItem 派生した多くのクラス (クラスを ServiceDescription 含む) には、 を Extensions 返す ServiceDescriptionFormatExtensionCollectionプロパティがあります。

コンストラクター

ServiceDescriptionFormatExtension()

ServiceDescriptionFormatExtension クラスの新しいインスタンスを初期化します。

プロパティ

Handled

機能拡張要素のインポート時に、ServiceDescriptionFormatExtension がインポート プロセスで使用されるかどうかを示す値を取得または設定します。

Parent

ServiceDescriptionFormatExtension の親を取得します。

Required

ServiceDescriptionFormatExtension が参照先のアクションに必要かどうかを示す値を取得または設定します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象