This documentation is archived and is not being maintained.

TeamFoundationTeamService Class

Visual Studio 2013

System.Object
  Microsoft.TeamFoundation.Server.Core.TeamFoundationTeamService

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.

  NameDescription
Public methodCheckTeamName
Public methodCreateTeamCreates a Team on server with optional properties.
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetDefaultTeamGets default team for the project.
Public methodGetDefaultTeamIdReturns default team id for the project.
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTeamAdmins
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodHasTeamPermissionDetermines whether or not a user has the specified permission on this team.
Public methodIsDefaultTeamChecks to see if identity is a default team for project it is associated with.
Public methodIsValidTeamName
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodQueryTeams(TeamFoundationRequestContext, IdentityDescriptor)Queries all Team groups that given user is a member of.
Public methodQueryTeams(TeamFoundationRequestContext, Dictionary(Of String, Guid))
Public methodQueryTeams(TeamFoundationRequestContext, String)Queries all Team groups in given project.
Public methodReadTeam(TeamFoundationRequestContext, IdentityDescriptor, IEnumerable(Of String))
Public methodReadTeam(TeamFoundationRequestContext, Guid, IEnumerable(Of String))
Public methodReadTeam(TeamFoundationRequestContext, String, String, IEnumerable(Of String))Reads Team group by name in given project.
Public methodReadTeamMembersGets team member identities.
Public methodReadTeamsReads Team groups by TeamFoundationId.
Public methodServiceEnd
Public methodServiceStart
Public methodSetDefaultTeamSets default team for the project.
Public methodSetDefaultTeamIdSets default team for the project.
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Public methodUpdateTeamUpdates underlying identity properties.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: