ICommonStructureService Interface

Defines methods for working with the common structures Areas and Iterations.

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

Syntax

'宣言
Public Interface ICommonStructureService
public interface ICommonStructureService
public interface class ICommonStructureService
type ICommonStructureService =  interface end
public interface ICommonStructureService

The ICommonStructureService type exposes the following members.

Methods

  Name Description
Public method ClearProjectInfoCache
Public method CreateNode
Public method CreateProject Creates nodes in the common structure service for a new team project.
Public method DeleteBranches
Public method DeleteProject
Public method GetChangedNodes
Public method GetDeletedNodesXml
Public method GetNode
Public method GetNodeFromPath
Public method GetNodesXml
Public method GetProject
Public method GetProjectFromName
Public method GetProjectProperties
Public method ListAllProjects
Public method ListProjects
Public method ListStructures
Public method MoveBranch
Public method RenameNode
Public method ReorderNode
Public method UpdateProjectProperties

Top

Remarks

A common structure in Team Foundation is a tree of similarly typed nodes that exists in the context of a team project. The only types of common structures that are supported are areas and iterations.

See Also

Reference

Microsoft.TeamFoundation.Server Namespace