C# 클래스 BudgetAnalyser.Engine.Ledger.Data.LedgerTransactionFactory

상속: ILedgerTransactionFactory
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
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