Property | Type | Description | |
---|---|---|---|
CreateNewDefaultApplicationState | IList |
||
OnApplicationStateLoaded | void | ||
OnApplicationStateRequested | void | ||
OnDialogRequested | void |
Method | Description | |
---|---|---|
Initialize ( ) : void | ||
NotifyOfWindowLocationChange ( Point location ) : void | ||
NotifyOfWindowSizeChange ( Point size ) : void | ||
OnViewReady ( ) : void | ||
SaveApplicationState ( ) : void |
This method will persist the application state. Application State is user preference settings for the application, window, and last loaded file. Any data that is used for Budgets, reconciliation, reporting belongs in the Application Database.
|
|
ShellClosing ( ) : Task |
Notify the ShellController the Shell is closing.
|
|
ShellController ( [ uiContext, [ statePersistence, [ persistenceOperations ) : System |
Method | Description | |
---|---|---|
CreateNewDefaultApplicationState ( ) : IList |
||
OnApplicationStateLoaded ( [ message ) : void | ||
OnApplicationStateRequested ( Rees.Wpf.ApplicationState.ApplicationStateRequestedMessage message ) : void | ||
OnDialogRequested ( |
public NotifyOfWindowLocationChange ( Point location ) : void | ||
location | Point | |
return | void |
public NotifyOfWindowSizeChange ( Point size ) : void | ||
size | Point | |
return | void |
public ShellController ( [ uiContext, [ statePersistence, [ persistenceOperations ) : System | ||
uiContext | [ | |
statePersistence | [ | |
persistenceOperations | [ | |
return | System |