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 的淺層複本 (Shallow Copy)。 (繼承自 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 命名空間