This documentation is archived and is not being maintained.
TeamFoundationTeamService Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
'Declaration <TeamFoundationServiceDependency(GetType(TeamFoundationIdentityService))> _ <TeamFoundationServiceDependency(GetType(TeamFoundationCatalogService))> _ <TeamFoundationServiceDependency(GetType(TeamFoundationHostManagementService))> _ <TeamFoundationServiceDependency(GetType(CommonStructureService))> _ <TeamFoundationServiceDependency(GetType(SecurityService))> _ Public Class TeamFoundationTeamService _ Implements ITeamFoundationTeamService, ITeamFoundationService
The TeamFoundationTeamService type exposes the following members.
| 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(Of String, Guid)) | |
![]() | QueryTeams(TeamFoundationRequestContext, String) | Queries all Team groups in given project. |
![]() | ReadTeam(TeamFoundationRequestContext, IdentityDescriptor, IEnumerable(Of String)) | |
![]() | ReadTeam(TeamFoundationRequestContext, Guid, IEnumerable(Of String)) | |
![]() | ReadTeam(TeamFoundationRequestContext, String, String, IEnumerable(Of 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. |
Show:
