C# Class iServe.Models.UserNeed

Inheritance: IAuditable
Afficher le fichier Open project: fellowshiptech/ft-iserve

Méthodes publiques

Méthode Description
GetByUserID ( int userID ) : UserNeedQuery

Gets all the needs that the specified user has expressed interest in.

GetInterestedUsersCount ( int needID ) : int
GetUnratedCommittedUsersCount ( int needID ) : int

Method Details

GetByUserID() public méthode

Gets all the needs that the specified user has expressed interest in.
public GetByUserID ( int userID ) : UserNeedQuery
userID int /// The user id of the user that expressed interest in a need. ///
Résultat UserNeedQuery

GetInterestedUsersCount() public méthode

public GetInterestedUsersCount ( int needID ) : int
needID int
Résultat int

GetUnratedCommittedUsersCount() public méthode

public GetUnratedCommittedUsersCount ( int needID ) : int
needID int
Résultat int