C# 클래스 BudgetAnalyser.Engine.Statement.BankImportUtilities

파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

공개 메소드들

메소드 설명
BankImportUtilities ( [ logger ) : System

Initializes a new instance of the BankImportUtilities class.

비공개 메소드들

메소드 설명
AbortIfFileDoesntExist ( string fileName ) : void
ConfigureLocale ( CultureInfo culture ) : void
FetchBudgetBucket ( [ array, int index, [ bucketRepository ) : BudgetBucket
FetchDate ( [ array, int index ) : System.DateTime
FetchDecimal ( [ array, int index ) : decimal
FetchGuid ( [ array, int index ) : System.Guid
FetchLong ( [ array, int index ) : long
FetchString ( [ array, int index ) : string
ThrowIndexOutOfRangeException ( string array, int index ) : void

메소드 상세

BankImportUtilities() 공개 메소드

Initializes a new instance of the BankImportUtilities class.
public BankImportUtilities ( [ logger ) : System
logger [ The logger.
리턴 System