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

Afficher le fichier Open project: negonicrac/seniorproject2009

Méthodes publiques

Méthode 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 méthode

public static All ( this qry ) : IList
qry this
Résultat IList

ByGreenhouseID() public static méthode

public static ByGreenhouseID ( this qry, int greenhouseID ) : IQueryable
qry this
greenhouseID int
Résultat IQueryable

ByID() public static méthode

public static ByID ( this qry, int id ) : IQueryable
qry this
id int
Résultat IQueryable

ByUserID() public static méthode

public static ByUserID ( this qry, Guid userID ) : IQueryable
qry this
userID Guid
Résultat IQueryable

ByUsername() public static méthode

public static ByUsername ( this qry, string username ) : IQueryable
qry this
username string
Résultat IQueryable