C# Класс BudgetAnalyser.Engine.Ledger.Data.LedgerTransactionFactory

Наследование: ILedgerTransactionFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
Build ( string transactionTypeName, System.Guid id ) : LedgerTransaction

Builds the specified transaction type name.

Описание методов

Build() публичный Метод

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.
Результат LedgerTransaction