C# Class JelloScrum.Model.Entities.ProjectShortList

Inheritance: ModelBase
Afficher le fichier Open project: auxilium/JelloScrum Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the ProjectShortList class.
public ProjectShortList ( ) : Castle.ActiveRecord
Résultat Castle.ActiveRecord

ProjectShortList() public méthode

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