Share via


ICommonStructureService-Schnittstelle

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<DefaultServiceImplementationAttribute(GetType(CommonStructureService))> _
Public Interface ICommonStructureService _
    Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(CommonStructureService))]
public interface ICommonStructureService : ITeamFoundationService

Der ICommonStructureService-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode CreateNode(TeamFoundationRequestContext, String, String)
Öffentliche Methode CreateNode(TeamFoundationRequestContext, String, String, Nullable<DateTime>, Nullable<DateTime>)
Öffentliche Methode CreateProject(TeamFoundationRequestContext, String, XmlElement, Nullable<Guid>)
Öffentliche Methode CreateProject(TeamFoundationRequestContext, String, array<XmlNode[], Nullable<Guid>)
Öffentliche Methode DeleteBranches
Öffentliche Methode DeleteProject
Öffentliche Methode EnsureTeamProjectsExistsInCatalog
Öffentliche Methode GetChangedNodes
Öffentliche Methode GetChangedNodesAndProjects
Öffentliche Methode GetDeletedNodes
Öffentliche Methode GetNode
Öffentliche Methode GetNodeFromPath
Öffentliche Methode GetNodes(TeamFoundationRequestContext, List<String>)
Öffentliche Methode GetNodes(TeamFoundationRequestContext, String, CommonStructureNodeInfo%, Dictionary<String, List<CommonStructureNodeInfo>>%)
Öffentliche Methode GetNodesXml
Öffentliche Methode GetProject
Öffentliche Methode GetProjectFromName
Öffentliche Methode GetProjectProperties
Öffentliche Methode GetProjectProperty
Öffentliche Methode GetProjects
Öffentliche Methode GetRootNodes
Öffentliche Methode GetWellFormedProjects
Öffentliche Methode MoveBranch
Öffentliche Methode QueryProjectCatalogNode
Öffentliche Methode RenameNode
Öffentliche Methode ReorderNode
Öffentliche Methode ServiceEnd ServiceEnd wird aufgerufen, wenn der Host Herunterfahren ist und dieser Dienst alle Ressourcen freigeben soll, auf die es enthält. (Von ITeamFoundationService geerbt.)
Öffentliche Methode ServiceStart ServiceStart wird aufgerufen, wenn der Diensts initialisiert wird.Wenn der Dienst asynchron initialisiert wird, muss es Service_Ready implementieren, das verwendet wird, um zu bestimmen, wann der Dienst bereit für Benutzer ist, auf sie zuzugreifen. (Von ITeamFoundationService geerbt.)
Öffentliche Methode SetIterationDates
Öffentliche Methode SetProjectProperty
Öffentliche Methode TransformProjectMappingProperty
Öffentliche Methode UpdateProjectDescription
Öffentliche Methode UpdateProjectProperties

Zum Seitenanfang

Siehe auch

Referenz

Microsoft.TeamFoundation.Integration.Server-Namespace