Classification3 类
继承层次结构
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
Microsoft.TeamFoundation.Server.Core.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.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)
语法
声明
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Classification/03", _
Description := "Team Foundation Classification web service V3.0")> _
<ClientServiceAttribute(ServiceName := "CommonStructure3", CollectionServiceIdentifier := "02ea5fcc-1e40-4d94-a8e5-ed62c15cb676")> _
<ProxyParentClassAttribute("Classification", IgnoreInheritedMethods := True)> _
Public Class Classification3 _
Inherits Classification
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Classification/03",
Description = "Team Foundation Classification web service V3.0")]
[ClientServiceAttribute(ServiceName = "CommonStructure3", CollectionServiceIdentifier = "02ea5fcc-1e40-4d94-a8e5-ed62c15cb676")]
[ProxyParentClassAttribute("Classification", IgnoreInheritedMethods = true)]
public class Classification3 : Classification
Classification3 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
Classification3() | ||
Classification3(Int32) |
页首
属性
名称 | 说明 | |
---|---|---|
Application | 获取当前 HTTP 请求的应用程序对象。 (继承自 WebService。) | |
Container | 获取组件的容器。 (继承自 MarshalByValueComponent。) | |
Context | 获取当前请求的 ASP.NET HttpContext,它封装了由 HTTP 服务器用来处理 Web 请求的所有 HTTP 特定的上下文。 (继承自 WebService。) | |
DesignMode | 获取指示组件当前是否处于设计模式的值。 (继承自 MarshalByValueComponent。) | |
Events | 获取附加到该组件的事件处理程序的列表。 (继承自 MarshalByValueComponent。) | |
RequestContext | RequestContext 与此 web 服务请求。 (继承自 TeamFoundationWebService。) | |
Server | 获取当前请求的 HttpServerUtility。 (继承自 WebService。) | |
ServiceVersion | (继承自 Classification。) | |
Session | 获取当前请求的 HttpSessionState 实例。 (继承自 WebService。) | |
Site | 获取或设置组件的位置。 (继承自 MarshalByValueComponent。) | |
SoapVersion | 获取用于向 XML Web services 发送 SOAP 请求的 SOAP 协议的版本。 (继承自 WebService。) | |
User | 获取 ASP.NET 服务器 User 对象。可用于验证用户是否有权执行请求。 (继承自 WebService。) |
页首
方法
页首
事件
名称 | 说明 | |
---|---|---|
Disposed | 添加事件处理程序以侦听组件上的 Disposed 事件。 (继承自 MarshalByValueComponent。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。