IdentityPropertiesView 类

这是使其更便于供与其属性一起使用的标识的包装选件类。

继承层次结构

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

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

语法

声明
Public MustInherit Class IdentityPropertiesView
public abstract class IdentityPropertiesView

IdentityPropertiesView 类型公开以下成员。

构造函数

  名称 说明
受保护的方法 IdentityPropertiesView

页首

属性

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

页首

方法

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

页首

线程安全

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

请参阅

参考

Microsoft.TeamFoundation.Framework.Server 命名空间