C# 클래스 JelloScrum.QueryObjects.AllTimeRegistrationsBetweenDatesForSprint

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

공개 프로퍼티들

프로퍼티 타입 설명
EndDate DateTime?
Sprint Sprint
StartDate DateTime?

공개 메소드들

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

메소드 상세

GetQuery() 공개 메소드

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

프로퍼티 상세

EndDate 공개적으로 프로퍼티

public DateTime? EndDate
리턴 DateTime?

Sprint 공개적으로 프로퍼티

public Sprint Sprint
리턴 Sprint

StartDate 공개적으로 프로퍼티

public DateTime? StartDate
리턴 DateTime?