Method | Description | |
---|---|---|
Approve ( int id ) : System.Web.Mvc.ActionResult | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Detail ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
GetAllTransfers ( IEnumerable |
||
GetGiftCertificates ( ) : System.Web.Mvc.JsonResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
JsonCommodities ( int parentCommodityID, int editModval ) : System.Web.Mvc.ActionResult | ||
JsonParentCommodities ( int commodityTypeID, int editModval ) : System.Web.Mvc.ActionResult | ||
SwapController ( ITransferService transferService, ICommonService commonService, IUserAccountService userAccountService, ICommodityService commodityService, log4net.ILog log ) : System | ||
Transfer_Read ( [ request ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( |
||
Edit ( |
||
GetTransfer ( |
public Approve ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Detail ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public GetAllTransfers ( IEnumerable |
||
transfers | IEnumerable |
|
return | IEnumerable |
public GetGiftCertificates ( ) : System.Web.Mvc.JsonResult | ||
return | System.Web.Mvc.JsonResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public JsonCommodities ( int parentCommodityID, int editModval ) : System.Web.Mvc.ActionResult | ||
parentCommodityID | int | |
editModval | int | |
return | System.Web.Mvc.ActionResult |
public JsonParentCommodities ( int commodityTypeID, int editModval ) : System.Web.Mvc.ActionResult | ||
commodityTypeID | int | |
editModval | int | |
return | System.Web.Mvc.ActionResult |
public SwapController ( ITransferService transferService, ICommonService commonService, IUserAccountService userAccountService, ICommodityService commodityService, log4net.ILog log ) : System | ||
transferService | ITransferService | |
commonService | ICommonService | |
userAccountService | IUserAccountService | |
commodityService | ICommodityService | |
log | log4net.ILog | |
return | System |
public Transfer_Read ( [ request ) : System.Web.Mvc.ActionResult | ||
request | [ | |
return | System.Web.Mvc.ActionResult |