C# Class JelloScrum.QueryObjects.StoriesNotInSprintQuery

Query stories not in the given sprint.
Afficher le fichier Open project: auxilium/JelloScrum

Méthodes publiques

Méthode Description
GetQuery ( ISession session, Sprint sprint ) : ICriteria

Query all stories not in the given sprint.

Method Details

GetQuery() public méthode

Query all stories not in the given sprint.
public GetQuery ( ISession session, Sprint sprint ) : ICriteria
session ISession The session.
sprint Sprint The sprint.
Résultat ICriteria