C# Class JelloScrum.QueryObjects.TakenTasksQuery

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

Public Properties

Property Type Description
ExceptForSprintUser SprintUser
Sprint Sprint

Public Methods

Method 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 method

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.
return ICriteria

Property Details

ExceptForSprintUser public_oe property

public SprintUser ExceptForSprintUser
return SprintUser

Sprint public_oe property

public Sprint Sprint
return Sprint