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

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

공개 메소드들

메소드 설명
All ( this qry ) : IList
ByID ( this qry, int id ) : Greenhouse
ByUser ( this qry, string username ) : IQueryable

메소드 상세

All() 공개 정적인 메소드

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

ByID() 공개 정적인 메소드

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

ByUser() 공개 정적인 메소드

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