This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
CommonStructureService Class
System.Object
Microsoft.TeamFoundation.Integration.Server.CommonStructureService
Namespace:
Microsoft.TeamFoundation.Integration.Server Assembly:
Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
'Declaration
<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
The CommonStructureService 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 | Creates the catalog entries for the newly created project. |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetChangedNodes | |
 | GetChangedNodesAndProjects | |
 | GetDeletedNodes | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetNode | |
 | GetNodeFromPath | |
 | GetNodes(TeamFoundationRequestContext, List(Of String)) | Get list of nodes corresponding to node uris |
 | GetNodes(TeamFoundationRequestContext, String, CommonStructureNodeInfo, Dictionary(Of String, List(Of CommonStructureNodeInfo))) | |
 | GetNodesXml | |
 | GetProject | |
 | GetProjectFromName | |
 | GetProjectProperties | |
 | GetProjectProperty | |
 | GetProjects | |
 | GetRootNodes | |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | GetWellFormedProjects | |
 | MoveBranch | |
 | QueryProjectCatalogNode | Returns the Team Project CatalogNode for the project with this uri that is within this collection. |
 | RenameNode | |
 | ReorderNode | |
 | SetIterationDates | |
 | SetProjectProperty | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | TransformProjectMappingProperty | |
 | UpdateProjectDescription | |
 | UpdateProjectProperties | |
TopAny public
static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.