Classification4 類別
繼承階層架構
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices.TeamFoundationWebService
Microsoft.TeamFoundation.Integration.Server.IntegrationWebService
Microsoft.TeamFoundation.Integration.Server.Classification
Microsoft.TeamFoundation.Integration.Server.Classification3
Microsoft.TeamFoundation.Integration.Server.Classification4
命名空間: Microsoft.TeamFoundation.Integration.Server
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
<ClientServiceAttribute(ServiceName := "CommonStructure4", CollectionServiceIdentifier := "edd317f7-a7c3-4c97-a039-ba933e895201")> _
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Classification/03", _
Description := "Team Foundation Classification web service V4.0")> _
<ProxyParentClassAttribute("Classification3", IgnoreInheritedMethods := True)> _
Public Class Classification4 _
Inherits Classification3
[ClientServiceAttribute(ServiceName = "CommonStructure4", CollectionServiceIdentifier = "edd317f7-a7c3-4c97-a039-ba933e895201")]
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Classification/03",
Description = "Team Foundation Classification web service V4.0")]
[ProxyParentClassAttribute("Classification3", IgnoreInheritedMethods = true)]
public class Classification4 : Classification3
Classification4 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
Classification4() | ||
Classification4(Int32) |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
Application | 取得目前 HTTP 要求的應用程式物件。 (繼承自 WebService)。 | |
Container | 取得元件的容器。 (繼承自 MarshalByValueComponent)。 | |
Context | 取得目前要求的 ASP.NET HttpContext 將 HTTP 伺服器使用的所有 HTTP 特定內容封裝,以便處理 Web 要求。 (繼承自 WebService)。 | |
DesignMode | 取得值,表示元件目前是否處於設計模式。 (繼承自 MarshalByValueComponent)。 | |
Events | 取得附加在這個元件上的事件處理常式清單。 (繼承自 MarshalByValueComponent)。 | |
RequestContext | (繼承自 TeamFoundationWebService)。 | |
Server | 取得目前要求的 HttpServerUtility。 (繼承自 WebService)。 | |
ServiceVersion | (繼承自 Classification)。 | |
Session | 取得目前要求的 HttpSessionState。 (繼承自 WebService)。 | |
Site | 取得或設定元件的站台。 (繼承自 MarshalByValueComponent)。 | |
SoapVersion | 取得向 XML Web Service 提出 SOAP 要求時所使用的 SOAP 通訊協定版本。 (繼承自 WebService)。 | |
User | 取得 ASP.NET 伺服器 User 物件。可用來驗證是否授權使用者執行要求。 (繼承自 WebService)。 |
回頁首
方法
回頁首
事件
名稱 | 說明 | |
---|---|---|
Disposed | 加入事件處理常式來接聽 (Listen) 元件上的 Disposed 事件。 (繼承自 MarshalByValueComponent)。 |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。