C# 클래스 BudgetAnalyser.Engine.UnitTest.Helper.LedgerBookHelper

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

공개 메소드들

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