TeamFoundationProfileService Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationProfileService
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationLockingService))> _
<TeamFoundationServiceDependency(GetType(IdentityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
Public Class TeamFoundationProfileService _
Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
[TeamFoundationServiceDependency(typeof(IdentityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
public class TeamFoundationProfileService : ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
[TeamFoundationServiceDependency(typeof(IdentityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
public ref class TeamFoundationProfileService : ITeamFoundationService
[<TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))>]
[<TeamFoundationServiceDependency(typeof(IdentityService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))>]
type TeamFoundationProfileService =
class
interface ITeamFoundationService
end
public class TeamFoundationProfileService implements ITeamFoundationService
The TeamFoundationProfileService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TeamFoundationProfileService |
Top
Methods
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 a hash function for a particular type. (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 | ||
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 |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ITeamFoundationService.ServiceEnd | ||
ITeamFoundationService.ServiceStart |
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.