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

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

Public Methods

Method 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 method

public GetAccounts ( int LedgerID ) : System.Web.Mvc.ActionResult
LedgerID int
return System.Web.Mvc.ActionResult

Index() public method

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

Journal() public method

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

Ledger() public method

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

LedgerPartial() public method

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

TransactionController() public method

public TransactionController ( ITransactionService transactionService, ILedgerService ledgerService, ICommodityService commodityService, IUserProfileService userProfileService ) : System
transactionService ITransactionService
ledgerService ILedgerService
commodityService ICommodityService
userProfileService IUserProfileService
return System