C# Класс BudgetAnalyser.Engine.UnitTest.Helper.LedgerBookHelper

Показать файл Открыть проект

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

Метод Описание
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

Приватные методы

Метод Описание
OutputReconciliationHeader ( ) : void

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

LedgerOrder() публичный статический Метод

public static LedgerOrder ( LedgerBook book ) : int>.Dictionary
book BudgetAnalyser.Engine.Ledger.LedgerBook
Результат int>.Dictionary

Output() публичный статический Метод

public static Output ( this instance ) : void
instance this
Результат void

Output() публичный статический Метод

public static Output ( this line, int>.Dictionary ledgerOrder, bool outputTransactions = false, bool outputHeader = false ) : void
line this
ledgerOrder int>.Dictionary
outputTransactions bool
outputHeader bool
Результат void

Output() публичный статический Метод

public static Output ( this book, bool outputTransactions = false ) : void
book this
outputTransactions bool
Результат void