C# Класс DV_Enterprises.Web.Data.Filters.GreenhouseFilters

Показать файл Открыть проект

Открытые методы

Метод Описание
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