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

Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode 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

Méthode Description
OutputReconciliationHeader ( ) : void

Method Details

LedgerOrder() public static méthode

public static LedgerOrder ( LedgerBook book ) : int>.Dictionary
book BudgetAnalyser.Engine.Ledger.LedgerBook
Résultat int>.Dictionary

Output() public static méthode

public static Output ( this instance ) : void
instance this
Résultat void

Output() public static méthode

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

Output() public static méthode

public static Output ( this book, bool outputTransactions = false ) : void
book this
outputTransactions bool
Résultat void