C# 클래스 iServe.Models.UserNeed

상속: IAuditable
파일 보기 프로젝트 열기: fellowshiptech/ft-iserve

공개 메소드들

메소드 설명
GetByUserID ( int userID ) : UserNeedQuery

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

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

메소드 상세

GetByUserID() 공개 메소드

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. ///
리턴 UserNeedQuery

GetInterestedUsersCount() 공개 메소드

public GetInterestedUsersCount ( int needID ) : int
needID int
리턴 int

GetUnratedCommittedUsersCount() 공개 메소드

public GetUnratedCommittedUsersCount ( int needID ) : int
needID int
리턴 int