C# Class BudgetAnalyser.Engine.Ledger.Data.LedgerTransactionFactory

Inheritance: ILedgerTransactionFactory
Show file Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
Build ( string transactionTypeName, System.Guid id ) : LedgerTransaction

Builds the specified transaction type name.

Method Details

Build() public method

Builds the specified transaction type name.
Invalid transaction type encountered: + transactionTypeName
public Build ( string transactionTypeName, System.Guid id ) : LedgerTransaction
transactionTypeName string Name of the transaction type.
id System.Guid The identifier.
return LedgerTransaction