Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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(IdentityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationLockingService))> _
Public Class TeamFoundationProfileService _
Implements ITeamFoundationProfileService, ITeamFoundationService
[TeamFoundationServiceDependency(typeof(IdentityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
public class TeamFoundationProfileService : ITeamFoundationProfileService,
ITeamFoundationService
[TeamFoundationServiceDependency(typeof(IdentityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
public ref class TeamFoundationProfileService : ITeamFoundationProfileService,
ITeamFoundationService
[<TeamFoundationServiceDependency(typeof(IdentityService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))>]
type TeamFoundationProfileService =
class
interface ITeamFoundationProfileService
interface ITeamFoundationService
end
public class TeamFoundationProfileService implements ITeamFoundationProfileService, 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 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 |
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.
.gif)
.gif)
.gif)
.gif)
.gif)