C# Class JelloScrum.QueryObjects.TasksOfSprintQuery

Query for tasks
ファイルを表示 Open project: auxilium/JelloScrum

Public Properties

Property Type Description
Sprint Sprint

Public Methods

Method Description
GetQuery ( ISession session ) : ICriteria

Query for all tasks that belong to the given sprint.

Method Details

GetQuery() public method

Query for all tasks that belong to the given sprint.
public GetQuery ( ISession session ) : ICriteria
session ISession The session.
return ICriteria

Property Details

Sprint public_oe property

public Sprint Sprint
return Sprint