C# Class JelloScrum.QueryObjects.TimeRegistrationsForSprintAndUserBetweenStartAndEndDate

Query timeregistrations
Show file Open project: auxilium/JelloScrum

Public Properties

Property Type Description
EndDate DateTime?
Sprint Sprint
StartDate DateTime?
User Model.Entities.User

Public Methods

Method Description
GetQuery ( ISession session ) : ICriteria

Query timeregistrations of a given user in a given sprint between the given start and enddate. One of StartDate/EndDate/Sprint/User needs to be set.

Method Details

GetQuery() public method

Query timeregistrations of a given user in a given sprint between the given start and enddate. One of StartDate/EndDate/Sprint/User 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?

User public property

public User,Model.Entities User
return Model.Entities.User