NamedItem クラス

定義

ドキュメント化できる名前付きの項目を表します。

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
継承
派生

注釈

このクラスは、関連付けられた名前を持つ DocumentableItem を表します。

コンストラクター

名前 説明
NamedItem()

派生クラスで呼び出されると、 NamedItem クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Documentation

DocumentableItemのインスタンスのテキスト ドキュメントを取得または設定します。

(継承元 DocumentableItem)
DocumentationElement

DocumentableItemのドキュメント要素を取得または設定します。

(継承元 DocumentableItem)
ExtensibleAttributes

Web サービス相互運用性 (WS-I) Basic Profile 1.1 に準拠する WSDL の属性拡張を表す XmlAttribute 型の配列を取得または設定します。

(継承元 DocumentableItem)
Extensions

このServiceDescriptionFormatExtensionCollectionに関連付けられているDocumentableItemを取得します。

(継承元 DocumentableItem)
Name

項目の名前を取得または設定します。

Namespaces

ServiceDescription オブジェクトの作成時に名前空間プレフィックスと名前空間を保持するために使用される名前空間プレフィックスと名前空間のディクショナリを取得または設定します。

(継承元 DocumentableItem)

メソッド

名前 説明
Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象