C# Class BudgetAnalyser.Engine.UnitTest.Helper.LedgerBookHelper

Mostrar archivo Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
LedgerOrder ( LedgerBook book ) : int>.Dictionary
Output ( this instance ) : void
Output ( this line, int>.Dictionary ledgerOrder, bool outputTransactions = false, bool outputHeader = false ) : void
Output ( this book, bool outputTransactions = false ) : void

Private Methods

Method Description
OutputReconciliationHeader ( ) : void

Method Details

LedgerOrder() public static method

public static LedgerOrder ( LedgerBook book ) : int>.Dictionary
book BudgetAnalyser.Engine.Ledger.LedgerBook
return int>.Dictionary

Output() public static method

public static Output ( this instance ) : void
instance this
return void

Output() public static method

public static Output ( this line, int>.Dictionary ledgerOrder, bool outputTransactions = false, bool outputHeader = false ) : void
line this
ledgerOrder int>.Dictionary
outputTransactions bool
outputHeader bool
return void

Output() public static method

public static Output ( this book, bool outputTransactions = false ) : void
book this
outputTransactions bool
return void