C# Class JelloScrum.Model.Entities.ProjectShortList

Inheritance: ModelBase
Show file Open project: auxilium/JelloScrum Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

ProjectShortList() public method

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

ProjectShortList() public method

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