TeamFoundationTeam 类

这是使其更便于供使用属性的团队标识的包装选件类。 它在服务器还提供帮助器方法创建,更新,查询和读取团队。

继承层次结构

System.Object
  Microsoft.TeamFoundation.Framework.Server.IdentityPropertiesView
    Microsoft.TeamFoundation.Server.Core.TeamFoundationTeam

命名空间:  Microsoft.TeamFoundation.Server.Core
程序集:  Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)

语法

声明
Public Class TeamFoundationTeam _
    Inherits IdentityPropertiesView
public class TeamFoundationTeam : IdentityPropertiesView

TeamFoundationTeam 类型公开以下成员。

构造函数

  名称 说明
公共方法 TeamFoundationTeam

页首

属性

  名称 说明
公共属性 Description
公共属性 EffectiveNamespace 视图属性的方法有效属性名称前缀。 其值为:命名空间 + NamespaceSuffix (继承自 IdentityPropertiesView。)
公共属性 Identity (继承自 IdentityPropertiesView。)
公共属性 Name 获取或设置团队的名称。
受保护的属性 Namespace (重写 IdentityPropertiesView.Namespace。)
公共属性 NamespaceSuffix 视图自定义的额外命名空间修饰符 (继承自 IdentityPropertiesView。)
公共属性 Project 获取或设置团队项目 URI。

页首

方法

  名称 说明
公共方法 ClearPropertiesUnder(String) (继承自 IdentityPropertiesView。)
公共方法 ClearPropertiesUnder(IdentityPropertyScope, String) (继承自 IdentityPropertiesView。)
公共方法 ClearViewProperties() (继承自 IdentityPropertiesView。)
公共方法 ClearViewProperties(IdentityPropertyScope) (继承自 IdentityPropertiesView。)
受保护的方法 EnsureIdentityAndProperties (继承自 IdentityPropertiesView。)
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetProperties() 属性包。这可能是有用,例如,如果使用者必须将当前属性重复,并修改/移除基于模式匹配属性名称的数组。 (继承自 IdentityPropertiesView。)
公共方法 GetProperties(IdentityPropertyScope) 属性包。这可能是有用,例如,如果使用者必须将当前属性重复,并修改/移除基于模式匹配属性名称的数组。 (继承自 IdentityPropertiesView。)
公共方法 GetPropertiesStartsWith(String) (继承自 IdentityPropertiesView。)
公共方法 GetPropertiesStartsWith(IdentityPropertyScope, String) (继承自 IdentityPropertiesView。)
公共方法 GetProperty(String) 属性访问器。将引发,如果未找到。 (继承自 IdentityPropertiesView。)
公共方法 GetProperty(IdentityPropertyScope, String) 属性访问器。将引发,如果未找到。 (继承自 IdentityPropertiesView。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 GetViewProperties() 属性包。这可能是有用,例如,如果使用者必须将当前属性重复,并修改/移除基于模式匹配属性名称的数组。 (继承自 IdentityPropertiesView。)
公共方法 GetViewProperties(IdentityPropertyScope) 属性包。这可能是有用,例如,如果使用者必须将当前属性重复,并修改/移除基于模式匹配属性名称的数组。 (继承自 IdentityPropertiesView。)
公共方法 GetViewProperty(String) 获取与视图的命名空间的属性值。 (继承自 IdentityPropertiesView。)
公共方法 GetViewProperty(IdentityPropertyScope, String) 获取与视图的命名空间的属性值。 (继承自 IdentityPropertiesView。)
受保护的方法 GetViewPropertyFilters (重写 IdentityPropertiesView.GetViewPropertyFilters()。)
受保护的方法 Initialize(TeamFoundationRequestContext, IdentityPropertiesView, String) (继承自 IdentityPropertiesView。)
受保护的方法 Initialize(TeamFoundationRequestContext, Guid, String) (继承自 IdentityPropertiesView。)
受保护的方法 Initialize(TeamFoundationRequestContext, TeamFoundationIdentity, IEnumerable<String>, String, IdentityPropertyScope) (继承自 IdentityPropertiesView。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
受保护的方法 MergePropertyFilters (继承自 IdentityPropertiesView。)
公共方法 RemoveProperty(String) 如果存在,移除特性。 (继承自 IdentityPropertiesView。)
公共方法 RemoveProperty(IdentityPropertyScope, String) 如果存在,移除特性。 (继承自 IdentityPropertiesView。)
公共方法 RemoveViewProperty(String) 如果存在,则移除视图属性。 (继承自 IdentityPropertiesView。)
公共方法 RemoveViewProperty(IdentityPropertyScope, String) 如果存在,则移除视图属性。 (继承自 IdentityPropertiesView。)
公共方法 SetProperty(String, Object) 设置属性,复盖,如果已经设置为。 (继承自 IdentityPropertiesView。)
公共方法 SetProperty(IdentityPropertyScope, String, Object) 设置属性,复盖,如果已经设置为。 (继承自 IdentityPropertiesView。)
公共方法 SetViewProperty(String, Object) 设置与视图的命名空间的属性值。 (继承自 IdentityPropertiesView。)
公共方法 SetViewProperty(IdentityPropertyScope, String, Object) 设置与视图的命名空间的属性值。 (继承自 IdentityPropertiesView。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)
公共方法 TryGetProperty(String, Object%) 属性访问器。将返回 null,如果未找到。 (继承自 IdentityPropertiesView。)
公共方法 TryGetProperty(IdentityPropertyScope, String, Object%) (继承自 IdentityPropertiesView。)
公共方法 TryGetViewProperty(String, Object%) 尝试获取与视图的命名空间的属性值。 (继承自 IdentityPropertiesView。)
公共方法 TryGetViewProperty(IdentityPropertyScope, String, Object%) 尝试获取与视图的命名空间的属性值。 (继承自 IdentityPropertiesView。)
公共方法 Update 保留团队更新。 (继承自 IdentityPropertiesView。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.TeamFoundation.Server.Core 命名空间