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

Inheritance: BaseController
Afficher le fichier Open project: edgecomputing/cats Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Delete() public méthode

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Details() public méthode

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
Résultat System.Web.Mvc.ViewResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Edit() public méthode

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

StackNumbers() public méthode

public StackNumbers ( int StoreID, int editModval ) : System.Web.Mvc.ActionResult
StoreID int
editModval int
Résultat System.Web.Mvc.ActionResult

StoreController() public méthode

public StoreController ( IStoreService storeServiceParam, IUserProfileService userProfileService ) : System.Collections
storeServiceParam IStoreService
userProfileService IUserProfileService
Résultat System.Collections

StoreManName() public méthode

public StoreManName ( int storeId ) : System.Web.Mvc.ActionResult
storeId int
Résultat System.Web.Mvc.ActionResult

Stores() public méthode

public Stores ( int warehouseId ) : System.Web.Mvc.ActionResult
warehouseId int
Résultat System.Web.Mvc.ActionResult

Update() public méthode

public Update ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult