C# Class JelloScrum.QueryObjects.TakenTasksQuery

Query taken tasks
Afficher le fichier Open project: auxilium/JelloScrum

Méthodes publiques

Свойство Type Description
ExceptForSprintUser SprintUser
Sprint Sprint

Méthodes publiques

Méthode Description
GetQuery ( ISession session ) : ICriteria

Query taken tasks - Specify a sprint to query on tasks belonging to that sprint. - Specify ExceptForSprintUser to exclude that SprintUser.

Method Details

GetQuery() public méthode

Query taken tasks - Specify a sprint to query on tasks belonging to that sprint. - Specify ExceptForSprintUser to exclude that SprintUser.
public GetQuery ( ISession session ) : ICriteria
session ISession The session.
Résultat ICriteria

Property Details

ExceptForSprintUser public_oe property

public SprintUser ExceptForSprintUser
Résultat SprintUser

Sprint public_oe property

public Sprint Sprint
Résultat Sprint