C# 클래스 JelloScrum.QueryObjects.NotClosedStoriesQuery

Query not closed stories
파일 보기 프로젝트 열기: auxilium/JelloScrum 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Project Project

공개 메소드들

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

Query all stories that are not closed.

메소드 상세

GetQuery() 공개 메소드

Query all stories that are not closed.
public GetQuery ( ISession session ) : ICriteria
session ISession The session.
리턴 ICriteria

프로퍼티 상세

Project 공개적으로 프로퍼티

public Project Project
리턴 Project