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

Mostrar archivo Open project: negonicrac/seniorproject2009

Public Methods

Method Description
All ( this qry ) : IList
ByID ( this qry, int id ) : Greenhouse
ByUser ( this qry, string username ) : IQueryable

Method Details

All() public static method

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

ByID() public static method

public static ByID ( this qry, int id ) : Greenhouse
qry this
id int
return DV_Enterprises.Web.Data.Domain.Greenhouse

ByUser() public static method

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