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

Inheritance: BaseController
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
LedgerController ( ILedgerService ledgerService, ILedgerTypeService ledgerTypeService, IUserProfileService userProfileService ) : System

Private Methods

Méthode Description
Create ( Cats ledger ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( Cats ledger ) : 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

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

LedgerController() public méthode

public LedgerController ( ILedgerService ledgerService, ILedgerTypeService ledgerTypeService, IUserProfileService userProfileService ) : System
ledgerService ILedgerService
ledgerTypeService ILedgerTypeService
userProfileService IUserProfileService
Résultat System