메소드 | 설명 | |
---|---|---|
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 JobNumber, string VesselName, string jobID ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
Create ( [ Include = "JobID,JobNumber,CustomerID,RateID,VesselName,Priority,Status,Description,StartDate,EndDate")]Jobjob ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( [ Include = "JobID,JobNumber,CustomerID,RateID,VesselName,Priority,Status,Description,StartDate,EndDate")]Jobjob ) : 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 JobNumber, string VesselName, string jobID ) : System.Web.Mvc.ActionResult | ||
JobNumber | string | |
VesselName | string | |
jobID | string | |
리턴 | System.Web.Mvc.ActionResult |