Design Pattern Framework 3.5
ASPNETWebApplication.Controllers Namespace
Patterns-In-Action! Application ► ASPNETWebApplication.Controllers

C# | Visual Basic |
namespace ASPNETWebApplication.Controllers
Namespace ASPNETWebApplication.Controllers

All Types | Classes |
Icon | Type | Description |
---|---|---|
![]() |
AuthenticationController |
Controller class for user authentication.
|
![]() |
CartController |
Controller for the shopping cart.
|
![]() |
ControllerBase |
Base class for all Controllers.
Manages ClientTag, AccessToken, and RequestIds.
|
![]() |
CustomerController |
Controller for customer related objects.
|
![]() |
OrderController |
Controller for customer orders.
|
![]() |
PriceRange |
A utility class with a list of price ranges. The price ranges are
used in building search criteria for the product catalog.
|
![]() |
PriceRangeItem |
A PriceRange item used in the PriceRange list. PriceRanges are used for
searching the product catalog.
|
![]() |
ProductController |
Controller for products.
|