C# 클래스 JelloScrum.Model.Entities.ProjectShortList

상속: ModelBase
파일 보기 프로젝트 열기: auxilium/JelloScrum 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ProjectShortList ( ) : Castle.ActiveRecord

Initializes a new instance of the ProjectShortList class.

ProjectShortList ( User user, Project project ) : Castle.ActiveRecord

Initializes a new instance of the ProjectShortList class.

메소드 상세

ProjectShortList() 공개 메소드

Initializes a new instance of the ProjectShortList class.
public ProjectShortList ( ) : Castle.ActiveRecord
리턴 Castle.ActiveRecord

ProjectShortList() 공개 메소드

Initializes a new instance of the ProjectShortList class.
public ProjectShortList ( User user, Project project ) : Castle.ActiveRecord
user User The user.
project Project The project.
리턴 Castle.ActiveRecord