This documentation is archived and is not being maintained.
TeamFoundationProfileService Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
[TeamFoundationServiceDependency(typeof(IdentityService))] [TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))] [TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))] [TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))] public ref class TeamFoundationProfileService : ITeamFoundationProfileService, ITeamFoundationService
The TeamFoundationProfileService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddUserInstalledLanguages | Add user installed Languages |
![]() ![]() | BuildTemporaryDescriptorFromEmailAddress | |
![]() ![]() | BuildTemporaryIdentityFromEmailAddress(String) | |
![]() ![]() | BuildTemporaryIdentityFromEmailAddress(String, String) | Build a bind pending identity with the passed in e-mail address |
![]() | 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.) |
![]() | GetAccountCulture | Get account culture preference |
![]() | GetAccountLanguage | Get account language preference |
![]() | GetAccountPreferences | Get account preferences of current service host |
![]() | GetAccountTimeZone | Get account timezone preference |
![]() | GetAllInstalledLanguages | Get all installed languages. These include built-in TFS languages and user-installed languages. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetInstalledLanguages | Get a set of installed languages |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUserCulture | Get current user's culture preference |
![]() | GetUserInstalledLanguages | Get user installed languages |
![]() | GetUserLanguage | Get current user's language preference |
![]() | GetUserPreferences | Get current user's preferences |
![]() | GetUserTimeZone | Get current user's timezone preference |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResolveIdentity | |
![]() ![]() | RetrieveEmailAddressFromTemporaryDescriptor | |
![]() | SetAccountTimeZone | Sets the account time zone |
![]() | SetUserCulture | Set current user's culture preference |
![]() | SetUserLanguage | Set current user's language preference |
![]() | SetUserPreferences | Set current user's preferences. If property of passed in user preferences is null/empty, that property will not be updated |
![]() | SetUserTimeZone | Set current user's timezone preference |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Validate | Validate account/user preferences |
Show:
