C# Class JelloScrum.QueryObjects.SprintStoriesQuery

Query for sprintstories
Exibir arquivo Open project: auxilium/JelloScrum

Public Properties

Property Type Description
Sprint Sprint

Public Methods

Method Description
GetQuery ( ISession session ) : ICriteria

Query for sprintstories that belong to the given sprint

Method Details

GetQuery() public method

Query for sprintstories 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