C# 클래스 JelloScrum.QueryObjects.TasksOfSprintQuery

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

공개 프로퍼티들

프로퍼티 타입 설명
Sprint Sprint

공개 메소드들

메소드 설명
GetQuery ( ISession session ) : ICriteria

Query for all tasks that belong to the given sprint.

메소드 상세

GetQuery() 공개 메소드

Query for all tasks that belong to the given sprint.
public GetQuery ( ISession session ) : ICriteria
session ISession The session.
리턴 ICriteria

프로퍼티 상세

Sprint 공개적으로 프로퍼티

public Sprint Sprint
리턴 Sprint