메소드 | 설명 | |
---|---|---|
AddJobToStore ( int StoreId, int JobId ) : void | ||
AddOpening ( int id ) : System.Web.Mvc.ActionResult | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
RemoveOpening ( int Sid, int Jid ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
AddOpening ( int id, System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult | ||
Create ( |
||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
RemoveOpeningConfirmed ( int Sid, int Jid ) : System.Web.Mvc.ActionResult |
public AddJobToStore ( int StoreId, int JobId ) : void | ||
StoreId | int | |
JobId | int | |
리턴 | void |
public AddOpening ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | 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.ViewResult | ||
id | int | |
리턴 | System.Web.Mvc.ViewResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public RemoveOpening ( int Sid, int Jid ) : System.Web.Mvc.ActionResult | ||
Sid | int | |
Jid | int | |
리턴 | System.Web.Mvc.ActionResult |