Partager via


CommonStructureService, classe

Hiérarchie d'héritage

System.Object
  Microsoft.TeamFoundation.Integration.Server.CommonStructureService

Espace de noms :  Microsoft.TeamFoundation.Integration.Server
Assembly :  Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)

Syntaxe

'Déclaration
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationCatalogService))> _
<TeamFoundationServiceDependency(GetType(AuthorizationProvider))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationTeamService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSecurityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationIdentityService))> _
<TeamFoundationServiceDependency(GetType(TeamProjectCollectionService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationNotificationService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationEventService))> _
Public NotInheritable Class CommonStructureService _
    Implements ICommonStructureService, ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationCatalogService))]
[TeamFoundationServiceDependency(typeof(AuthorizationProvider))]
[TeamFoundationServiceDependency(typeof(TeamFoundationTeamService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSecurityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationIdentityService))]
[TeamFoundationServiceDependency(typeof(TeamProjectCollectionService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationEventService))]
public sealed class CommonStructureService : ICommonStructureService, 
    ITeamFoundationService

Le type CommonStructureService expose les membres suivants.

Méthodes

  Nom Description
Méthode publique CreateNode(TeamFoundationRequestContext, String, String)
Méthode publique CreateNode(TeamFoundationRequestContext, String, String, Nullable<DateTime>, Nullable<DateTime>)
Méthode publique CreateProject(TeamFoundationRequestContext, String, XmlElement, Nullable<Guid>)
Méthode publique CreateProject(TeamFoundationRequestContext, String, array<XmlNode[], Nullable<Guid>)
Méthode publique DeleteBranches
Méthode publique DeleteProject
Méthode publique EnsureTeamProjectsExistsInCatalog Crée les rubriques de catalogue du projet créé récemment.
Méthode publique Equals Détermine si l'objet spécifié est identique à l'objet actuel. (Hérité de Object.)
Méthode publique GetChangedNodes
Méthode publique GetChangedNodesAndProjects
Méthode publique GetDeletedNodes
Méthode publique GetHashCode Sert de fonction de hachage par défaut. (Hérité de Object.)
Méthode publique GetNode
Méthode publique GetNodeFromPath
Méthode publique GetNodes(TeamFoundationRequestContext, List<String>) Obtenir la liste des nœuds correspondant aux uris de nœud
Méthode publique GetNodes(TeamFoundationRequestContext, String, CommonStructureNodeInfo%, Dictionary<String, List<CommonStructureNodeInfo>>%)
Méthode publique GetNodesXml
Méthode publique GetProject
Méthode publique GetProjectFromName
Méthode publique GetProjectProperties
Méthode publique GetProjectProperty
Méthode publique GetProjects
Méthode publique GetRootNodes
Méthode publique GetType Obtient le Type de l'instance actuelle. (Hérité de Object.)
Méthode publique GetWellFormedProjects
Méthode publique MoveBranch
Méthode publique QueryProjectCatalogNode Retourne le projet d'équipe CatalogNode du projet avec ce URI qui est dans la collection.
Méthode publique RenameNode
Méthode publique ReorderNode
Méthode publique SetIterationDates
Méthode publique SetProjectProperty
Méthode publique ToString Retourne une chaîne qui représente l'objet actif. (Hérité de Object.)
Méthode publique TransformProjectMappingProperty
Méthode publique UpdateProjectDescription
Méthode publique UpdateProjectProperties

Début

Implémentations d'interface explicite

  Nom Description
Implémentation d'interface expliciteMéthode privée ITeamFoundationService.ServiceEnd
Implémentation d'interface expliciteMéthode privée ITeamFoundationService.ServiceStart

Début

Sécurité des threads

Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Microsoft.TeamFoundation.Integration.Server, espace de noms