C# Class JelloScrum.QueryObjects.AllTimeRegistrationsBetweenDatesForSprint

Query timeregistrations
Show file Open project: auxilium/JelloScrum

Public Properties

Property Type Description
EndDate DateTime?
Sprint Sprint
StartDate DateTime?

Public Methods

Method Description
GetQuery ( ISession session ) : ICriteria

Query timeregistrations (between the given start and enddate for the given sprint) One of Sprint/StartDate/EndDate needs to be set.

Method Details

GetQuery() public method

Query timeregistrations (between the given start and enddate for the given sprint) One of Sprint/StartDate/EndDate needs to be set.
public GetQuery ( ISession session ) : ICriteria
session ISession The session.
return ICriteria

Property Details

EndDate public property

public DateTime? EndDate
return DateTime?

Sprint public property

public Sprint Sprint
return Sprint

StartDate public property

public DateTime? StartDate
return DateTime?