C# 클래스 DV_Enterprises.Web.Data.Filters.GreenhouseUserFilters

파일 보기 프로젝트 열기: negonicrac/seniorproject2009

공개 메소드들

메소드 설명
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

메소드 상세

All() 공개 정적인 메소드

public static All ( this qry ) : IList
qry this
리턴 IList

ByGreenhouseID() 공개 정적인 메소드

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

ByID() 공개 정적인 메소드

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

ByUserID() 공개 정적인 메소드

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

ByUsername() 공개 정적인 메소드

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