MVC Class Diagram
0 Report
MVC Class Diagram
Related Recommendations
Other works by the author
Outline/Content
See more
AbstractPageController
Settings{get;set;}
#OnActionExecuting();#Initialize();#BeginExecuteCore();#ConfigureCurrentCulture();
View:OrderHistory.cshtml
AbstractController
UserIdentity{get;set;}
#MaintainSwitch();
Verify.cshtml
The order confirmation is then sent to Verify().
OrderItemStatusOperation
Instance{get;set;}
-OrderItemStatusOperation();-ConstructAllStatus();
AccountController
+OrderHistory();
OrderController
+DelCart();[HttpPost]+Index();+Step1();[Authorize]+ProductList()+ProductList()[HttpPost][Authorize]+Shipping()+Shipping()[HttpPost]+Payment()+Payment()[HttpPost]+Verify()+Verify()[HttpPost]+WebBankStart()+Finish()+Pay()
OrderDataAccess
+GetOnlineOrder();
Controller
...
The view needs to determine the order status; this diagram shows the status retrieval.
Collect
Collect
Collect
Collect
Collect
Collect
Collect
Collect
0 Comments
Next Page