C# Class ScrumPowerTools.Model.WorkItemSelectionService

Afficher le fichier Open project: cqse/ScrumPowerTools Class Usage Examples

Méthodes publiques

Méthode Description
GetFirstSelected ( ) : int
GetSelectedWorkItems ( ) : WorkItemCollection
HasSelection ( ) : bool
WorkItemSelectionService ( DTE dte, DocumentService documentService, IVisualStudioAdapter visualStudioAdapter ) : System.Collections.Generic

Private Methods

Méthode Description
GetSelectedWorkItemIdentifiers ( ) : int[]

Method Details

GetFirstSelected() public méthode

public GetFirstSelected ( ) : int
Résultat int

GetSelectedWorkItems() public méthode

public GetSelectedWorkItems ( ) : WorkItemCollection
Résultat WorkItemCollection

HasSelection() public méthode

public HasSelection ( ) : bool
Résultat bool

WorkItemSelectionService() public méthode

public WorkItemSelectionService ( DTE dte, DocumentService documentService, IVisualStudioAdapter visualStudioAdapter ) : System.Collections.Generic
dte DTE
documentService DocumentService
visualStudioAdapter IVisualStudioAdapter
Résultat System.Collections.Generic