C# 클래스 ScrumPowerTools.Model.WorkItemSelectionService

파일 보기 프로젝트 열기: cqse/ScrumPowerTools 1 사용 예제들

공개 메소드들

메소드 설명
GetFirstSelected ( ) : int
GetSelectedWorkItems ( ) : WorkItemCollection
HasSelection ( ) : bool
WorkItemSelectionService ( DTE dte, DocumentService documentService, IVisualStudioAdapter visualStudioAdapter ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetSelectedWorkItemIdentifiers ( ) : int[]

메소드 상세

GetFirstSelected() 공개 메소드

public GetFirstSelected ( ) : int
리턴 int

GetSelectedWorkItems() 공개 메소드

public GetSelectedWorkItems ( ) : WorkItemCollection
리턴 WorkItemCollection

HasSelection() 공개 메소드

public HasSelection ( ) : bool
리턴 bool

WorkItemSelectionService() 공개 메소드

public WorkItemSelectionService ( DTE dte, DocumentService documentService, IVisualStudioAdapter visualStudioAdapter ) : System.Collections.Generic
dte DTE
documentService DocumentService
visualStudioAdapter IVisualStudioAdapter
리턴 System.Collections.Generic