TeamFoundationTeamService Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationTeamService

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Class TeamFoundationTeamService _
    Implements ITeamFoundationService
public class TeamFoundationTeamService : ITeamFoundationService
public ref class TeamFoundationTeamService : ITeamFoundationService
type TeamFoundationTeamService =  
    class 
        interface ITeamFoundationService 
    end
public class TeamFoundationTeamService implements ITeamFoundationService

The TeamFoundationTeamService type exposes the following members.

Constructors

  Name Description
Public method TeamFoundationTeamService

Top

Methods

  Name Description
Public method CheckTeamName
Public method CreateTeam Create a Team on server by using optional properties
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetDefaultTeam Gets default team for the project
Public method GetDefaultTeamId Returns default team id for the project.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method HasTeamPermission Determine whether a user has the specified permission on this team
Public method IsDefaultTeam Checks to see whether identity is a default team for project it is associated with
Public method IsValidTeamName
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method QueryTeams(TeamFoundationRequestContext, IdentityDescriptor) Query all Team groups that given user is a member of.
Public method QueryTeams(TeamFoundationRequestContext, Dictionary<String, Guid>)
Public method QueryTeams(TeamFoundationRequestContext, String) Query all Team groups in given project.
Public method ReadTeam(TeamFoundationRequestContext, IdentityDescriptor, IEnumerable<String>) Read Team group by descriptorspecifies extended properties to read, refer Prpoperty Service API. Set to null for all properties.
Public method ReadTeam(TeamFoundationRequestContext, Guid, IEnumerable<String>) Read Team group by TeamFoundationIdspecifies extended properties to read, refer Prpoperty Service API. Set to null for all properties.
Public method ReadTeam(TeamFoundationRequestContext, String, String, IEnumerable<String>) Read Team group by name in given project
Public method ReadTeamMembers Get team member identities.
Public method ServiceEnd
Public method ServiceStart
Public method SetDefaultTeam Sets default team for the project
Public method SetDefaultTeamId Sets default team for the project
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace