ICommonStructureService 인터페이스

네임스페이스:  Microsoft.TeamFoundation.Integration.Server
어셈블리:  Microsoft.TeamFoundation.Server.Core(Microsoft.TeamFoundation.Server.Core.dll)

구문

‘선언
<DefaultServiceImplementationAttribute(GetType(CommonStructureService))> _
Public Interface ICommonStructureService _
    Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(CommonStructureService))]
public interface ICommonStructureService : ITeamFoundationService

ICommonStructureService 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 CreateNode(TeamFoundationRequestContext, String, String)
Public 메서드 CreateNode(TeamFoundationRequestContext, String, String, Nullable<DateTime>, Nullable<DateTime>)
Public 메서드 CreateProject(TeamFoundationRequestContext, String, XmlElement, Nullable<Guid>)
Public 메서드 CreateProject(TeamFoundationRequestContext, String, array<XmlNode[], Nullable<Guid>)
Public 메서드 DeleteBranches
Public 메서드 DeleteProject
Public 메서드 EnsureTeamProjectsExistsInCatalog
Public 메서드 GetChangedNodes
Public 메서드 GetChangedNodesAndProjects
Public 메서드 GetDeletedNodes
Public 메서드 GetNode
Public 메서드 GetNodeFromPath
Public 메서드 GetNodes(TeamFoundationRequestContext, List<String>)
Public 메서드 GetNodes(TeamFoundationRequestContext, String, CommonStructureNodeInfo%, Dictionary<String, List<CommonStructureNodeInfo>>%)
Public 메서드 GetNodesXml
Public 메서드 GetProject
Public 메서드 GetProjectFromName
Public 메서드 GetProjectProperties
Public 메서드 GetProjectProperty
Public 메서드 GetProjects
Public 메서드 GetRootNodes
Public 메서드 GetWellFormedProjects
Public 메서드 MoveBranch
Public 메서드 QueryProjectCatalogNode
Public 메서드 RenameNode
Public 메서드 ReorderNode
Public 메서드 ServiceEnd ServiceEnd는 호스트를 종료 하 고이 서비스에 유지 되는 모든 리소스를 해제 해야 하는 경우 호출 됩니다. (ITeamFoundationService에서 상속됨)
Public 메서드 ServiceStart ServiceStart는 서비스가 초기화 될 때 호출 됩니다.서비스를 비동기적으로 초기화 서비스 사용자에 대 한 액세스 준비가 되 면 확인 하는 데 사용 되는 Service_Ready를 구현 해야 합니다. (ITeamFoundationService에서 상속됨)
Public 메서드 SetIterationDates
Public 메서드 SetProjectProperty
Public 메서드 TransformProjectMappingProperty
Public 메서드 UpdateProjectDescription
Public 메서드 UpdateProjectProperties

위쪽

참고 항목

참조

Microsoft.TeamFoundation.Integration.Server 네임스페이스