C# Class JelloScrum.QueryObjects.AllTimeRegistrationsBetweenDatesForSprint

Query timeregistrations
ファイルを表示 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_oe property

public DateTime? EndDate
return DateTime?

Sprint public_oe property

public Sprint Sprint
return Sprint

StartDate public_oe property

public DateTime? StartDate
return DateTime?