Method | Description | |
---|---|---|
Addresses ( int id ) : System.Web.Mvc.JsonResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
Item ( int id ) : System.Web.Mvc.ActionResult | ||
Items ( int id ) : System.Web.Mvc.ActionResult | ||
Print ( int id ) : System.Web.Mvc.ViewResult | ||
Totals ( int id ) : System.Web.Mvc.ActionResult | ||
View ( int id ) : System.Web.Mvc.ViewResult |
Method | Description | |
---|---|---|
AddItem ( int id, int product ) : System.Web.Mvc.ActionResult | ||
AddItems ( int id, string value ) : System.Web.Mvc.ActionResult | ||
Cancel ( int id ) : System.Web.Mvc.ActionResult | ||
Confirm ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( Search |
||
New ( DeliveryOrder item ) : System.Web.Mvc.ActionResult | ||
RemoveItem ( int id ) : System.Web.Mvc.ActionResult | ||
SearchDeliveryOrders ( Search |
||
SetCustomer ( int id, int value ) : System.Web.Mvc.ActionResult | ||
SetItemProductCode ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetItemProductName ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetItemQuantity ( int id, decimal value ) : System.Web.Mvc.ActionResult | ||
SetShipTo ( int id, int value ) : System.Web.Mvc.ActionResult |
public Addresses ( int id ) : System.Web.Mvc.JsonResult | ||
id | int | |
return | System.Web.Mvc.JsonResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Item ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Items ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Print ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |
public Totals ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public View ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |