C# Class Cats.Web.Hub.Controllers.ReceiveDetailController

Inheritance: BaseController
Show file Open project: edgecomputing/cats Class Usage Examples

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Edit ( string id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult
ReceiveDetailController ( IReceiveDetailService receiveDetailService, ICommodityService commodityService, ICommodityGradeService commodityGradeService, IReceiveService receiveService, IUnitService unitService, IUserProfileService userProfileService ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Create ( ReceiveDetail receiveDetail ) : System.Web.Mvc.ActionResult
Edit ( ReceiveDetail ReceiveDetail ) : System.Web.Mvc.ActionResult

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Edit() public method

public Edit ( string id ) : System.Web.Mvc.ActionResult
id string
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

ReceiveDetailController() public method

public ReceiveDetailController ( IReceiveDetailService receiveDetailService, ICommodityService commodityService, ICommodityGradeService commodityGradeService, IReceiveService receiveService, IUnitService unitService, IUserProfileService userProfileService ) : System
receiveDetailService IReceiveDetailService
commodityService ICommodityService
commodityGradeService ICommodityGradeService
receiveService IReceiveService
unitService IUnitService
userProfileService IUserProfileService
return System