This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
ICommonStructureService Interface
Namespace:
Microsoft.TeamFoundation.Integration.Server Assembly:
Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
'Declaration
<DefaultServiceImplementationAttribute(GetType (CommonStructureService))> _
Public Interface ICommonStructureService _
Inherits ITeamFoundationService
The ICommonStructureService type exposes the following members.
Name Description CreateNode(TeamFoundationRequestContext, String, String) CreateNode(TeamFoundationRequestContext, String, String, Nullable(Of DateTime) , Nullable(Of DateTime) ) CreateProject(TeamFoundationRequestContext, String, XmlElement, Nullable(Of Guid) ) CreateProject(TeamFoundationRequestContext, String, XmlNode() , Nullable(Of Guid) ) DeleteBranches DeleteProject EnsureTeamProjectsExistsInCatalog GetChangedNodes GetChangedNodesAndProjects GetDeletedNodes GetNode GetNodeFromPath GetNodes(TeamFoundationRequestContext, List(Of String) ) GetNodes(TeamFoundationRequestContext, String, CommonStructureNodeInfo , Dictionary(Of String, List(Of CommonStructureNodeInfo) ) ) GetNodesXml GetProject GetProjectFromName GetProjectProperties GetProjectProperty GetProjects GetRootNodes GetWellFormedProjects MoveBranch QueryProjectCatalogNode RenameNode ReorderNode ServiceEnd ServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto. (Inherited from ITeamFoundationService .)ServiceStart ServiceStart is called when the service is initialized. If the service is intialized asynchronously it must implement Service_Ready which is used to determine when the service is ready for users to access it. (Inherited from ITeamFoundationService .)SetIterationDates SetProjectProperty TransformProjectMappingProperty UpdateProjectDescription UpdateProjectProperties
Top