C# Class ScrumPowerTools.Framework.Extensions.WorkItemStoreExtensions

Datei anzeigen Open project: cqse/ScrumPowerTools

Public Methods

Method Description
GetQueryDefinition ( this store, QueryPath queryPath ) : QueryDefinition
GetWorkItems ( this store, Query workItemQuery, IEnumerable fieldDefinitions ) : WorkItemCollection
GetWorkItems ( this store, QueryPath queryPath ) : WorkItemCollection
GetWorkItems ( this store, int identifiers ) : WorkItemCollection

Private Methods

Method Description
GetWorkItemsFromLinkQuery ( WorkItemStore store, Query workItemQuery, IEnumerable fieldDefinitions ) : WorkItemCollection
GetWorkItemsFromNormalQuery ( Query workItemQuery, IEnumerable fieldDefinitions ) : WorkItemCollection

Method Details

GetQueryDefinition() public static method

public static GetQueryDefinition ( this store, QueryPath queryPath ) : QueryDefinition
store this
queryPath ScrumPowerTools.Services.QueryPath
return QueryDefinition

GetWorkItems() public static method

public static GetWorkItems ( this store, Query workItemQuery, IEnumerable fieldDefinitions ) : WorkItemCollection
store this
workItemQuery Query
fieldDefinitions IEnumerable
return WorkItemCollection

GetWorkItems() public static method

public static GetWorkItems ( this store, QueryPath queryPath ) : WorkItemCollection
store this
queryPath ScrumPowerTools.Services.QueryPath
return WorkItemCollection

GetWorkItems() public static method

public static GetWorkItems ( this store, int identifiers ) : WorkItemCollection
store this
identifiers int
return WorkItemCollection