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

Show file Open project: negonicrac/seniorproject2009

Public Methods

Method Description
All ( this
qry ) : IList
ByID ( this
qry, int id ) : Section

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 ) : Section
qry this
id int
return DV_Enterprises.Web.Data.Domain.Section