메소드 | 설명 | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( string FirstName, string LastName, string Company, string CustTitle ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
Create ( [ Include = "CustomerID,FirstName,LastName,Company,Title,BusinessPhone,HomePhone,CellPhone,FaxNumber,EmailAddress,Notes")]Customercustomer ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( [ Include = "CustomerID,FirstName,LastName,Company,Title,BusinessPhone,HomePhone,CellPhone,FaxNumber,EmailAddress,Notes")]Customercustomer ) : System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public Index ( string FirstName, string LastName, string Company, string CustTitle ) : System.Web.Mvc.ActionResult | ||
FirstName | string | |
LastName | string | |
Company | string | |
CustTitle | string | |
리턴 | System.Web.Mvc.ActionResult |