|
| Name | Description |
|---|
 | 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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | 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. |
 | 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. |
 | GetPropertiesStartsWith(String) | |
 | GetPropertiesStartsWith(IdentityPropertyScope, String) | |
 | GetProperty(String) | Property accessor. Will throw if not found. |
 | GetProperty(IdentityPropertyScope, String) | Property accessor. Will throw if not found. |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | 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. |
 | 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. |
 | GetViewProperty(String) | Gets a property value with the view namespace. |
 | GetViewProperty(IdentityPropertyScope, String) | Gets a property value with the view namespace. |
 | GetViewPropertyFilters | |
 | Initialize(TeamFoundationRequestContext, IdentityPropertiesView, String) | |
 | Initialize(TeamFoundationRequestContext, Guid, String) | |
 | Initialize(TeamFoundationRequestContext, TeamFoundationIdentity, IEnumerable<String>, String, IdentityPropertyScope) | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | MergePropertyFilters | |
 | RemoveProperty(String) | Remove property, if it exists. |
 | RemoveProperty(IdentityPropertyScope, String) | Remove property, if it exists. |
 | RemoveViewProperty(String) | Remove view property, if it exists. |
 | RemoveViewProperty(IdentityPropertyScope, String) | Remove view property, if it exists. |
 | SetProperty(String, Object) | Sets a property, will overwrite if already set. |
 | SetProperty(IdentityPropertyScope, String, Object) | Sets a property, will overwrite if already set. |
 | SetViewProperty(String, Object) | Sets a property value with the view namespace. |
 | SetViewProperty(IdentityPropertyScope, String, Object) | Sets a property value with the view namespace. |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | TryGetProperty(String, Object%) | Property accessor. Will return null if not found. |
 | TryGetProperty(IdentityPropertyScope, String, Object%) | |
 | TryGetViewProperty(String, Object%) | Try get a property value with the view namespace. |
 | TryGetViewProperty(IdentityPropertyScope, String, Object%) | Try get a property value with the view namespace. |
 | Update | Persist Team updates. |