C# Class iServe.Models.NeedQuery

Afficher le fichier Open project: fellowshiptech/ft-iserve

Méthodes publiques

Méthode Description
WhereNotCancelled ( ) : NeedQuery

Filters out the needs that are cancelled.

WhereNotExpired ( ) : NeedQuery

Filters out the needs that are expired.

WhereUserHasNoInvolvement ( int userID ) : NeedQuery

Method Details

WhereNotCancelled() public méthode

Filters out the needs that are cancelled.
public WhereNotCancelled ( ) : NeedQuery
Résultat NeedQuery

WhereNotExpired() public méthode

Filters out the needs that are expired.
public WhereNotExpired ( ) : NeedQuery
Résultat NeedQuery

WhereUserHasNoInvolvement() public méthode

public WhereUserHasNoInvolvement ( int userID ) : NeedQuery
userID int
Résultat NeedQuery