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

Inheritance: ILedgerTransactionFactory
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode Description
Build ( string transactionTypeName, System.Guid id ) : LedgerTransaction

Builds the specified transaction type name.

Method Details

Build() public méthode

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.
Résultat LedgerTransaction