Method | Description | |
---|---|---|
CreateWritableStream ( string fileName ) : Stream | ||
EncryptedLocalDiskReaderWriter ( [ fileEncryptor, [ credentialStore ) : System | ||
FileExists ( string fileName ) : bool |
Files the exists.
|
|
LoadFirstLinesFromDiskAsync ( string fileName, int lineCount ) : Task |
Loads a budget collection xaml file from disk.
|
|
LoadFromDiskAsync ( string fileName ) : Task |
Loads a budget collection xaml file from disk.
|
|
WriteToDiskAsync ( string fileName, string data ) : System.Threading.Tasks.Task |
Writes the budget collections to a xaml file on disk.
|
Method | Description | |
---|---|---|
IsValidAlphaNumericWithPunctuation ( string text ) : bool | ||
IsValidUtf8AlphaNumericWithPunctuation ( char c ) : bool | ||
RetrievePassword ( ) : |
public CreateWritableStream ( string fileName ) : Stream | ||
fileName | string | |
return | Stream |
public EncryptedLocalDiskReaderWriter ( [ fileEncryptor, [ credentialStore ) : System | ||
fileEncryptor | [ | |
credentialStore | [ | |
return | System |
public FileExists ( string fileName ) : bool | ||
fileName | string | Full path and filename of the file. |
return | bool |
public LoadFirstLinesFromDiskAsync ( string fileName, int lineCount ) : Task |
||
fileName | string | Full path and filename of the file. |
lineCount | int | The number of lines to load. |
return | Task |
public LoadFromDiskAsync ( string fileName ) : Task |
||
fileName | string | Full path and filename of the file. |
return | Task |
public WriteToDiskAsync ( string fileName, string data ) : System.Threading.Tasks.Task | ||
fileName | string | |
data | string | |
return | System.Threading.Tasks.Task |