C# Class BudgetAnalyser.Engine.Statement.StatementRepository

Inheritance: IStatementRepository
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

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

Method Details

CreateNewAndSaveAsync() public méthode

public CreateNewAndSaveAsync ( string storageKey ) : System.Threading.Tasks.Task
storageKey string
Résultat System.Threading.Tasks.Task

ImportBankStatementAsync() public méthode

public ImportBankStatementAsync ( string storageKey, Account account ) : Task
storageKey string
account BudgetAnalyser.Engine.BankAccount.Account
Résultat Task

LoadAsync() public méthode

public LoadAsync ( string storageKey, bool isEncrypted ) : Task
storageKey string
isEncrypted bool
Résultat Task

SaveAsync() public méthode

public SaveAsync ( [ statementModel, bool isEncrypted ) : System.Threading.Tasks.Task
statementModel [
isEncrypted bool
Résultat System.Threading.Tasks.Task

StatementRepository() public méthode

public StatementRepository ( [ statementModelRepository, [ importerRepository ) : System
statementModelRepository [
importerRepository [
Résultat System