C# Class iServe.Models.NeedQuery

Show file Open project: fellowshiptech/ft-iserve

Public Methods

Method 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 method

Filters out the needs that are cancelled.
public WhereNotCancelled ( ) : NeedQuery
return NeedQuery

WhereNotExpired() public method

Filters out the needs that are expired.
public WhereNotExpired ( ) : NeedQuery
return NeedQuery

WhereUserHasNoInvolvement() public method

public WhereUserHasNoInvolvement ( int userID ) : NeedQuery
userID int
return NeedQuery