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 类型公开以下成员。
构造函数
页首
属性
页首
方法
|
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 命名空间