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

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

Méthodes publiques

Méthode Description
GetAccounts ( int LedgerID ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Journal ( ) : System.Web.Mvc.ActionResult
Ledger ( ) : System.Web.Mvc.ActionResult
LedgerPartial ( ) : System.Web.Mvc.ActionResult
TransactionController ( ITransactionService transactionService, ILedgerService ledgerService, ICommodityService commodityService, IUserProfileService userProfileService ) : System

Method Details

GetAccounts() public méthode

public GetAccounts ( int LedgerID ) : System.Web.Mvc.ActionResult
LedgerID int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

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

Journal() public méthode

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

Ledger() public méthode

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

LedgerPartial() public méthode

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

TransactionController() public méthode

public TransactionController ( ITransactionService transactionService, ILedgerService ledgerService, ICommodityService commodityService, IUserProfileService userProfileService ) : System
transactionService ITransactionService
ledgerService ILedgerService
commodityService ICommodityService
userProfileService IUserProfileService
Résultat System