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

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

Public Methods

Method Description
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.ActionResult
StackNumbers ( int StoreID, int editModval ) : System.Web.Mvc.ActionResult
StoreController ( IStoreService storeServiceParam, IUserProfileService userProfileService ) : System.Collections
StoreManName ( int storeId ) : System.Web.Mvc.ActionResult
Stores ( int warehouseId ) : System.Web.Mvc.ActionResult
Update ( ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Create ( Store store ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( Store store ) : System.Web.Mvc.ActionResult

Method Details

Create() public method

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

Delete() public method

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Details() public method

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
return System.Web.Mvc.ViewResult

Dispose() protected method

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

Edit() public method

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

Index() public method

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

StackNumbers() public method

public StackNumbers ( int StoreID, int editModval ) : System.Web.Mvc.ActionResult
StoreID int
editModval int
return System.Web.Mvc.ActionResult

StoreController() public method

public StoreController ( IStoreService storeServiceParam, IUserProfileService userProfileService ) : System.Collections
storeServiceParam IStoreService
userProfileService IUserProfileService
return System.Collections

StoreManName() public method

public StoreManName ( int storeId ) : System.Web.Mvc.ActionResult
storeId int
return System.Web.Mvc.ActionResult

Stores() public method

public Stores ( int warehouseId ) : System.Web.Mvc.ActionResult
warehouseId int
return System.Web.Mvc.ActionResult

Update() public method

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