메소드 | 설명 | |
---|---|---|
AutoApprovalController ( IRepository |
||
Create ( bool showAll = false ) : System.Web.Mvc.ActionResult |
#3 GET: /AutoApproval/Create
|
|
Delete ( int id, bool showAll = false ) : System.Web.Mvc.ActionResult |
#7 GET: /AutoApproval/Delete/5
|
|
Details ( int id, bool showAll = false ) : System.Web.Mvc.ActionResult |
#2 GET: /AutoApproval/Details/5
|
|
Edit ( int id, bool showAll = false ) : System.Web.Mvc.ActionResult |
#5 GET: /AutoApproval/Edit/5
|
|
Index ( bool showAll = false ) : System.Web.Mvc.ActionResult |
#1 GET: /AutoApproval/
|
메소드 | 설명 | |
---|---|---|
Create ( AutoApproval autoApproval, bool showAll = false ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, AutoApproval autoApproval, bool showAll = false ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, AutoApproval autoApproval, bool showAll = false ) : System.Web.Mvc.ActionResult | ||
TransferValues ( AutoApproval source, AutoApproval destination ) : void |
Transfer editable values from source to destination
|
public AutoApprovalController ( IRepository |
||
autoApprovalRepository | IRepository |
|
userRepository | string>.IRepositoryWithTypedId | |
리턴 | System |
public Create ( bool showAll = false ) : System.Web.Mvc.ActionResult | ||
showAll | bool | |
리턴 | System.Web.Mvc.ActionResult |
public Delete ( int id, bool showAll = false ) : System.Web.Mvc.ActionResult | ||
id | int | |
showAll | bool | |
리턴 | System.Web.Mvc.ActionResult |
public Details ( int id, bool showAll = false ) : System.Web.Mvc.ActionResult | ||
id | int | AutoApproval Id |
showAll | bool | Show inactive and expired |
리턴 | System.Web.Mvc.ActionResult |
public Edit ( int id, bool showAll = false ) : System.Web.Mvc.ActionResult | ||
id | int | AutoApproval Id |
showAll | bool | show inactive and expired too(Used to pass along to index) |
리턴 | System.Web.Mvc.ActionResult |
public Index ( bool showAll = false ) : System.Web.Mvc.ActionResult | ||
showAll | bool | show expired, not active, and active where user is current user. |
리턴 | System.Web.Mvc.ActionResult |