Design Pattern Framework 3.5
GetProductPriceRange Method
Patterns-In-Action! Application ► ASPNETWebApplication.Controllers ► ProductController ► GetProductPriceRange()()()
Gets a list of price ranges.
Declaration Syntax
C# | Visual Basic |
public IList<PriceRangeItem> GetProductPriceRange()
Public Function GetProductPriceRange As IList(Of PriceRangeItem)
Return Value
Assembly: ASPNETWebApplication (Module: ASPNETWebApplication) Version: 1.0.0.0 (1.0.0.0)