Method | Description | |
---|---|---|
CreateNewAndSaveAsync ( string storageKey ) : System.Threading.Tasks.Task | ||
CsvOnDiskStatementModelRepositoryV1 ( [ importUtilities, [ logger, StatementModel>.[ |
||
LoadAsync ( string storageKey, bool isEncrypted ) : Task |
Method | Description | |
---|---|---|
ReadLinesAsync ( string fileName, bool isEncrypted ) : Task |
Reads the lines from the file asynchronously.
|
|
ReadLinesAsync ( string fileName, int lines, bool isEncrypted ) : Task |
Reads the lines from the file asynchronously.
|
Method | Description | |
---|---|---|
CalculateTransactionCheckSum ( |
||
CreateTransactionSet ( string fileName, List |
||
IsStatementModelAsync ( string storageKey, bool isEncrypted ) : Task |
||
ReadTransactions ( long totalLines, List |
||
SaveAsync ( |
||
ValidateChecksumIntegrity ( |
||
VersionCheck ( List |
||
WriteHeader ( |
public CreateNewAndSaveAsync ( string storageKey ) : System.Threading.Tasks.Task | ||
storageKey | string | |
return | System.Threading.Tasks.Task |
public CsvOnDiskStatementModelRepositoryV1 ( [ importUtilities, [ logger, StatementModel>.[ |
||
importUtilities | [ | |
logger | [ | |
mapper | StatementModel>.[ | |
readerWriterSelector | [ | |
return | System |
public LoadAsync ( string storageKey, bool isEncrypted ) : Task |
||
storageKey | string | |
isEncrypted | bool | |
return | Task |
protected ReadLinesAsync ( string fileName, bool isEncrypted ) : Task |
||
fileName | string | |
isEncrypted | bool | |
return | Task |
protected ReadLinesAsync ( string fileName, int lines, bool isEncrypted ) : Task |
||
fileName | string | |
lines | int | |
isEncrypted | bool | |
return | Task |