C# 클래스 JelloScrum.QueryObjects.TimeRegistrationsForSprintAndUserBetweenStartAndEndDate

Query timeregistrations
파일 보기 프로젝트 열기: auxilium/JelloScrum

공개 프로퍼티들

프로퍼티 타입 설명
EndDate DateTime?
Sprint Sprint
StartDate DateTime?
User Model.Entities.User

공개 메소드들

메소드 설명
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.

메소드 상세

GetQuery() 공개 메소드

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.
리턴 ICriteria

프로퍼티 상세

EndDate 공개적으로 프로퍼티

public DateTime? EndDate
리턴 DateTime?

Sprint 공개적으로 프로퍼티

public Sprint Sprint
리턴 Sprint

StartDate 공개적으로 프로퍼티

public DateTime? StartDate
리턴 DateTime?

User 공개적으로 프로퍼티

public User,Model.Entities User
리턴 Model.Entities.User