TeamFoundationTeamService Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Server.Core.TeamFoundationTeamService
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationIdentityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationCatalogService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationHostManagementService))> _
<TeamFoundationServiceDependency(GetType(CommonStructureService))> _
<TeamFoundationServiceDependency(GetType(SecurityService))> _
Public Class TeamFoundationTeamService _
Implements ITeamFoundationTeamService, ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationIdentityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationCatalogService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
[TeamFoundationServiceDependency(typeof(CommonStructureService))]
[TeamFoundationServiceDependency(typeof(SecurityService))]
public class TeamFoundationTeamService : ITeamFoundationTeamService,
ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationIdentityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationCatalogService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
[TeamFoundationServiceDependency(typeof(CommonStructureService))]
[TeamFoundationServiceDependency(typeof(SecurityService))]
public ref class TeamFoundationTeamService : ITeamFoundationTeamService,
ITeamFoundationService
[<TeamFoundationServiceDependency(typeof(TeamFoundationIdentityService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationCatalogService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))>]
[<TeamFoundationServiceDependency(typeof(CommonStructureService))>]
[<TeamFoundationServiceDependency(typeof(SecurityService))>]
type TeamFoundationTeamService =
class
interface ITeamFoundationTeamService
interface ITeamFoundationService
end
public class TeamFoundationTeamService implements ITeamFoundationTeamService, ITeamFoundationService
The TeamFoundationTeamService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TeamFoundationTeamService |
Top
Methods
Name | Description | |
---|---|---|
CheckTeamName | ||
CreateTeam | Creates a Team on server with optional properties. | |
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.) | |
GetDefaultTeam | Gets default team for the project. | |
GetDefaultTeamId | Returns default team id for the project. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetTeamAdmins | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasTeamPermission | Determines whether or not a user has the specified permission on this team. | |
IsDefaultTeam | Checks to see if identity is a default team for project it is associated with. | |
IsValidTeamName | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
QueryTeams(TeamFoundationRequestContext, IdentityDescriptor) | Queries all Team groups that given user is a member of. | |
QueryTeams(TeamFoundationRequestContext, Dictionary<String, Guid>) | ||
QueryTeams(TeamFoundationRequestContext, String) | Queries all Team groups in given project. | |
ReadTeam(TeamFoundationRequestContext, IdentityDescriptor, IEnumerable<String>) | ||
ReadTeam(TeamFoundationRequestContext, Guid, IEnumerable<String>) | ||
ReadTeam(TeamFoundationRequestContext, String, String, IEnumerable<String>) | Reads Team group by name in given project. | |
ReadTeamMembers | Gets team member identities. | |
ReadTeams | Reads Team groups by TeamFoundationId. | |
ServiceEnd | ||
ServiceStart | ||
SetDefaultTeam | Sets default team for the project. | |
SetDefaultTeamId | Sets default team for the project. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateTeam | 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.