Method | Description | |
---|---|---|
CreateNew ( ) : BudgetCollection |
Creates a new empty BudgetCollection but does not save it.
|
|
CreateNewAndSaveAsync ( string storageKey ) : Task |
||
LoadAsync ( string storageKey, bool isEncrypted ) : Task |
||
SaveAsync ( ) : System.Threading.Tasks.Task | ||
SaveAsync ( string storageKey, bool isEncrypted ) : System.Threading.Tasks.Task | ||
XamlOnDiskBudgetRepository ( [ bucketRepository, BudgetCollection>.[ |
Initializes a new instance of the XamlOnDiskBudgetRepository class.
|
Method | Description | |
---|---|---|
Deserialise ( string xaml ) : object | ||
Serialise ( |
Serialises the specified budget data.
|
public CreateNewAndSaveAsync ( string storageKey ) : Task |
||
storageKey | string | |
return | Task |
protected Deserialise ( string xaml ) : object | ||
xaml | string | |
return | object |
public LoadAsync ( string storageKey, bool isEncrypted ) : Task |
||
storageKey | string | |
isEncrypted | bool | |
return | Task |
public SaveAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public SaveAsync ( string storageKey, bool isEncrypted ) : System.Threading.Tasks.Task | ||
storageKey | string | |
isEncrypted | bool | |
return | System.Threading.Tasks.Task |
protected Serialise ( |
||
budgetData | ||
return | string |
public XamlOnDiskBudgetRepository ( [ bucketRepository, BudgetCollection>.[ |
||
bucketRepository | [ | |
mapper | BudgetCollection>.[ | |
readerWriterSelector | [ | |
return | System |