메소드 | 설명 | |
---|---|---|
Addresses ( int id ) : System.Web.Mvc.JsonResult | ||
Contacts ( int id ) : System.Web.Mvc.JsonResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
GetSuggestions ( int order, string pattern ) : System.Web.Mvc.JsonResult | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
Item ( int id ) : System.Web.Mvc.ActionResult | ||
Items ( int id ) : System.Web.Mvc.ActionResult | ||
Pdf ( int id ) : System.Web.Mvc.ActionResult | ||
Print ( int id ) : System.Web.Mvc.ViewResult | ||
Terms ( ) : System.Web.Mvc.JsonResult | ||
Totals ( int id ) : System.Web.Mvc.ActionResult | ||
View ( int id ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
AddItem ( int order, int product ) : System.Web.Mvc.ActionResult | ||
Cancel ( int id ) : System.Web.Mvc.ActionResult | ||
Confirm ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( Search |
||
New ( ) : System.Web.Mvc.ActionResult | ||
RemoveItem ( int id ) : System.Web.Mvc.ActionResult | ||
SearchSalesQuotes ( Search |
||
SetComment ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetContact ( int id, int value ) : System.Web.Mvc.ActionResult | ||
SetCurrency ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetCustomer ( int id, int value ) : System.Web.Mvc.ActionResult | ||
SetDueDate ( int id, System.DateTime value ) : System.Web.Mvc.ActionResult | ||
SetExchangeRate ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetItemComment ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetItemDiscount ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetItemPrice ( 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 | ||
SetItemTaxRate ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetSalesPerson ( int id, int value ) : System.Web.Mvc.ActionResult | ||
SetShipTo ( int id, int value ) : System.Web.Mvc.ActionResult | ||
SetTerms ( int id, string value ) : System.Web.Mvc.ActionResult |
public Addresses ( int id ) : System.Web.Mvc.JsonResult | ||
id | int | |
리턴 | System.Web.Mvc.JsonResult |
public Contacts ( int id ) : System.Web.Mvc.JsonResult | ||
id | int | |
리턴 | System.Web.Mvc.JsonResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public GetSuggestions ( int order, string pattern ) : System.Web.Mvc.JsonResult | ||
order | int | |
pattern | string | |
리턴 | System.Web.Mvc.JsonResult |
public Item ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public Items ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public Pdf ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public Print ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
리턴 | System.Web.Mvc.ViewResult |
public Totals ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public View ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |