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

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

공개 메소드들

메소드 설명
CreateNewAndSaveAsync ( string storageKey ) : System.Threading.Tasks.Task
ImportBankStatementAsync ( string storageKey, Account account ) : Task
LoadAsync ( string storageKey, bool isEncrypted ) : Task
SaveAsync ( [ statementModel, bool isEncrypted ) : System.Threading.Tasks.Task
StatementRepository ( [ statementModelRepository, [ importerRepository ) : System

메소드 상세

CreateNewAndSaveAsync() 공개 메소드

public CreateNewAndSaveAsync ( string storageKey ) : System.Threading.Tasks.Task
storageKey string
리턴 System.Threading.Tasks.Task

ImportBankStatementAsync() 공개 메소드

public ImportBankStatementAsync ( string storageKey, Account account ) : Task
storageKey string
account BudgetAnalyser.Engine.BankAccount.Account
리턴 Task

LoadAsync() 공개 메소드

public LoadAsync ( string storageKey, bool isEncrypted ) : Task
storageKey string
isEncrypted bool
리턴 Task

SaveAsync() 공개 메소드

public SaveAsync ( [ statementModel, bool isEncrypted ) : System.Threading.Tasks.Task
statementModel [
isEncrypted bool
리턴 System.Threading.Tasks.Task

StatementRepository() 공개 메소드

public StatementRepository ( [ statementModelRepository, [ importerRepository ) : System
statementModelRepository [
importerRepository [
리턴 System