Method | Description | |
---|---|---|
LoadAsync ( ) : Task |
Load the user state from the Xaml file on the local disk.
|
|
PersistApplicationStateAsXaml ( [ logger, [ folders ) : System |
Initializes a new instance of the PersistApplicationStateAsXaml class.
|
|
PersistAsync ( IEnumerable |
Persist the user data to the Xaml file on the local disk.
|
Method | Description | |
---|---|---|
FullFileName ( ) : Task |
Gets the full name of the file to save the data into. The file will be overwritten. By default this will save to the application folder with the name BudgetAnalyserAppState.xml.
|
Method | Description | |
---|---|---|
HandleCorruptFileFormatGracefully ( |
public PersistApplicationStateAsXaml ( [ logger, [ folders ) : System | ||
logger | [ | |
folders | [ | |
return | System |
public PersistAsync ( IEnumerable |
||
modelsToPersist | IEnumerable |
/// All components in the App that implement |
return | System.Threading.Tasks.Task |