C# Class JelloScrum.QueryObjects.TimeRegistrationsForSprintAndUserBetweenStartAndEndDate

Query timeregistrations
Afficher le fichier Open project: auxilium/JelloScrum

Méthodes publiques

Свойство Type Description
EndDate DateTime?
Sprint Sprint
StartDate DateTime?
User Model.Entities.User

Méthodes publiques

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

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.
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?

User public_oe property

public User,Model.Entities User
Résultat Model.Entities.User