A view around TeamFoundationIdentity or TeamFoundationTeam
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Framework.Server.IdentityPropertiesView
    Microsoft.TeamFoundation.Framework.Server.IdentityFavorites
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Class IdentityFavorites _
    Inherits IdentityPropertiesView
public class IdentityFavorites : IdentityPropertiesView
public ref class IdentityFavorites : public IdentityPropertiesView
type IdentityFavorites =  
    class 
        inherit IdentityPropertiesView 
    end
public class IdentityFavorites extends IdentityPropertiesView
The IdentityFavorites type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | IdentityFavorites | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | EffectiveNamespace | Effective property name prefix for view property methods. Its value is: Namespace + NamespaceSuffix (Inherited from IdentityPropertiesView.) | 
| .gif) | Identity | (Inherited from IdentityPropertiesView.) | 
| .gif) | Namespace | Property namespace for the view properties. By default the full name of view type will be the prefix for property names. (Inherited from IdentityPropertiesView.) | 
| .gif) | NamespaceSuffix | Extra namespace modifier for view customization (Inherited from IdentityPropertiesView.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | ClearPropertiesUnder(String) | (Inherited from IdentityPropertiesView.) | 
| .gif) | ClearPropertiesUnder(IdentityPropertyScope, String) | (Inherited from IdentityPropertiesView.) | 
| .gif) | ClearViewProperties() | (Inherited from IdentityPropertiesView.) | 
| .gif) | ClearViewProperties(IdentityPropertyScope) | (Inherited from IdentityPropertiesView.) | 
| .gif) | DeleteFavoriteItems | Delete entries by given id list. | 
| .gif) | EnsureIdentityAndProperties | (Inherited from IdentityPropertiesView.) | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetFavorites | Returns list of favoriteItem objects. Application itself can create a Tree representation out of this list using Id and ParentId properties of entries | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetProperties() | Property bag. This could be useful, for example if consumer has to iterate through current properties and modify / remove some based on pattern matching property names. (Inherited from IdentityPropertiesView.) | 
| .gif) | GetProperties(IdentityPropertyScope) | Property bag. This could be useful, for example if consumer has to iterate through current properties and modify / remove some based on pattern matching property names. (Inherited from IdentityPropertiesView.) | 
| .gif) | GetPropertiesStartsWith(String) | (Inherited from IdentityPropertiesView.) | 
| .gif) | GetPropertiesStartsWith(IdentityPropertyScope, String) | (Inherited from IdentityPropertiesView.) | 
| .gif) | GetProperty(String) | Property accessor. Will throw if not found. (Inherited from IdentityPropertiesView.) | 
| .gif) | GetProperty(IdentityPropertyScope, String) | Property accessor. Will throw if not found. (Inherited from IdentityPropertiesView.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | GetViewProperties() | Property bag. This could be useful, for example if consumer has to iterate through current properties and modify / remove some based on pattern matching property names. (Inherited from IdentityPropertiesView.) | 
| .gif) | GetViewProperties(IdentityPropertyScope) | Property bag. This could be useful, for example if consumer has to iterate through current properties and modify / remove some based on pattern matching property names. (Inherited from IdentityPropertiesView.) | 
| .gif) | GetViewProperty(String) | Gets a property value with the view namespace. (Inherited from IdentityPropertiesView.) | 
| .gif) | GetViewProperty(IdentityPropertyScope, String) | Gets a property value with the view namespace. (Inherited from IdentityPropertiesView.) | 
| .gif) | GetViewPropertyFilters | (Inherited from IdentityPropertiesView.) | 
| .gif) | Initialize(TeamFoundationRequestContext, IdentityPropertiesView, String) | (Inherited from IdentityPropertiesView.) | 
| .gif) | Initialize(TeamFoundationRequestContext, Guid, String) | (Inherited from IdentityPropertiesView.) | 
| .gif) | Initialize(TeamFoundationRequestContext, TeamFoundationIdentity, IEnumerable<String>, String, IdentityPropertyScope) | (Inherited from IdentityPropertiesView.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | MergePropertyFilters | (Inherited from IdentityPropertiesView.) | 
| .gif) | RemoveProperty(String) | Remove property, if it exists. (Inherited from IdentityPropertiesView.) | 
| .gif) | RemoveProperty(IdentityPropertyScope, String) | Remove property, if it exists. (Inherited from IdentityPropertiesView.) | 
| .gif) | RemoveViewProperty(String) | Remove view property, if it exists. (Inherited from IdentityPropertiesView.) | 
| .gif) | RemoveViewProperty(IdentityPropertyScope, String) | Remove view property, if it exists. (Inherited from IdentityPropertiesView.) | 
| .gif) | SetProperty(String, Object) | Sets a property, will overwrite if already set. (Inherited from IdentityPropertiesView.) | 
| .gif) | SetProperty(IdentityPropertyScope, String, Object) | Sets a property, will overwrite if already set. (Inherited from IdentityPropertiesView.) | 
| .gif) | SetViewProperty(String, Object) | Sets a property value with the view namespace. (Inherited from IdentityPropertiesView.) | 
| .gif) | SetViewProperty(IdentityPropertyScope, String, Object) | Sets a property value with the view namespace. (Inherited from IdentityPropertiesView.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
| .gif) | TryGetProperty(String, Object%) | Property accessor. Will return null if not found. (Inherited from IdentityPropertiesView.) | 
| .gif) | TryGetProperty(IdentityPropertyScope, String, Object%) | (Inherited from IdentityPropertiesView.) | 
| .gif) | TryGetViewProperty(String, Object%) | Try get a property value with the view namespace. (Inherited from IdentityPropertiesView.) | 
| .gif) | TryGetViewProperty(IdentityPropertyScope, String, Object%) | Try get a property value with the view namespace. (Inherited from IdentityPropertiesView.) | 
| .gif) | Update | Persist Team updates. (Inherited from IdentityPropertiesView.) | 
| .gif) | UpdateFavoriteItems | Updates underlying Identity properties | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.