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

取得或設定型別 XmlAttribute 的陣列,表示符合 Web 服務互通性 (WS-I) Basic Profile 1.1 的 WSDL 屬性擴充。

(繼承來源 DocumentableItem)
Extensions

取得與這個 ServiceDescriptionFormatExtensionCollection 關聯的 DocumentableItem

(繼承來源 DocumentableItem)
Name

取得或設定項目的名稱。

Namespaces

取得或設定命名空間前置詞和命名空間的字典,用於在建構 ServiceDescription 物件時保留命名空間前置詞和命名空間。

(繼承來源 DocumentableItem)

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於