IdentityFavorites 类

在 TeamFoundationIdentity 或 TeamFoundationTeam 周围的视图

继承层次结构

System.Object
  Microsoft.TeamFoundation.Framework.Server.IdentityPropertiesView
    Microsoft.TeamFoundation.Framework.Server.IdentityFavorites

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

语法

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

IdentityFavorites 类型公开以下成员。

构造函数

  名称 说明
公共方法 IdentityFavorites

页首

属性

  名称 说明
公共属性 EffectiveNamespace 视图属性的方法有效属性名称前缀。 其值为:命名空间 + NamespaceSuffix (继承自 IdentityPropertiesView。)
公共属性 Identity (继承自 IdentityPropertiesView。)
受保护的属性 Namespace 视图属性的属性命名空间。默认情况下视图类型的全名将是属性名称的标题。 (继承自 IdentityPropertiesView。)
公共属性 NamespaceSuffix 视图自定义的额外命名空间修饰符 (继承自 IdentityPropertiesView。)

页首

方法

  名称 说明
公共方法 ClearPropertiesUnder(String) (继承自 IdentityPropertiesView。)
公共方法 ClearPropertiesUnder(IdentityPropertyScope, String) (继承自 IdentityPropertiesView。)
公共方法 ClearViewProperties() (继承自 IdentityPropertiesView。)
公共方法 ClearViewProperties(IdentityPropertyScope) (继承自 IdentityPropertiesView。)
公共方法 DeleteFavoriteItems 由特定 ID 的删除项列表。
受保护的方法 EnsureIdentityAndProperties (继承自 IdentityPropertiesView。)
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetFavorites returns 列表 favoriteItem 对象。应用程序可以创建节点构树表示此外部使用列表项 ID 和 ParentId 属性
公共方法 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。)
受保护的方法 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。)
公共方法 UpdateFavoriteItems 基础标识属性的更新

页首

线程安全

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

请参阅

参考

Microsoft.TeamFoundation.Framework.Server 命名空间