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 |
保存小組更新。 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。
請參閱
參考
Microsoft.TeamFoundation.Framework.Server 命名空間