C# Class DV_Enterprises.Web.Data.Filters.GreenhouseUserFilters

Datei anzeigen Open project: negonicrac/seniorproject2009

Public Methods

Method Description
All ( this qry ) : IList
ByGreenhouseID ( this qry, int greenhouseID ) : IQueryable
ByID ( this qry, int id ) : IQueryable
ByUserID ( this qry, Guid userID ) : IQueryable
ByUsername ( this qry, string username ) : IQueryable

Method Details

All() public static method

public static All ( this qry ) : IList
qry this
return IList

ByGreenhouseID() public static method

public static ByGreenhouseID ( this qry, int greenhouseID ) : IQueryable
qry this
greenhouseID int
return IQueryable

ByID() public static method

public static ByID ( this qry, int id ) : IQueryable
qry this
id int
return IQueryable

ByUserID() public static method

public static ByUserID ( this qry, Guid userID ) : IQueryable
qry this
userID Guid
return IQueryable

ByUsername() public static method

public static ByUsername ( this qry, string username ) : IQueryable
qry this
username string
return IQueryable