Method | Description | |
---|---|---|
BankStatementImporterRepository ( [ |
Initializes a new instance of the BankStatementImporterRepository class.
|
|
CanImportAsync ( string fullFileName ) : Task |
Can any importer in this repository read and import the given file. Calling this method will open the file and read some of its contents.
|
|
ImportAsync ( string fullFileName, |
Import the given file. It is recommended to call IBankStatementImporterRepository.CanImportAsync first. If the file cannot be imported by any of this repositories importers a NotSupportedException will be thrown.
|
public BankStatementImporterRepository ( [ |
||
importers | [ |
The importers. |
return | System |
public CanImportAsync ( string fullFileName ) : Task |
||
fullFileName | string | |
return | Task |
public ImportAsync ( string fullFileName, |
||
fullFileName | string | |
account | ||
return | Task |