C# Class JelloScrum.QueryObjects.AllTimeRegistrationsBetweenDatesForSprint

Query timeregistrations
Afficher le fichier Open project: auxilium/JelloScrum

Méthodes publiques

Свойство Type Description
EndDate DateTime?
Sprint Sprint
StartDate DateTime?

Méthodes publiques

Méthode 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 méthode

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.
Résultat ICriteria

Property Details

EndDate public_oe property

public DateTime? EndDate
Résultat DateTime?

Sprint public_oe property

public Sprint Sprint
Résultat Sprint

StartDate public_oe property

public DateTime? StartDate
Résultat DateTime?