foodez.Common Namespace |
[Missing <summary> documentation for "N:foodez.Common"]
Class | Description | |
---|---|---|
![]() | LoadStateEventArgs |
Class used to hold the event data required when a page attempts to load state.
|
![]() ![]() | NavigationHelper |
NavigationHelper aids in navigation between pages. It provides commands used to
navigate back and forward as well as registers for standard mouse and keyboard
shortcuts used to go back and forward in Windows and the hardware back button in
Windows Phone. In addition it integrates SuspensionManger to handle process lifetime
management and state management when navigating between pages.
|
![]() | ObservableDictionary |
Implementation of IObservableMap that supports reentrancy for use as a default view
model.
|
![]() | RelayCommand |
A command whose sole purpose is to relay its functionality
to other objects by invoking delegates.
The default return value for the CanExecute method is 'true'.
RaiseCanExecuteChanged needs to be called whenever
CanExecute(Object) is expected to return a different value.
|
![]() | SaveStateEventArgs |
Class used to hold the event data required when a page attempts to save state.
|
![]() | SuspensionManagerException |
Delegate | Description | |
---|---|---|
![]() | LoadStateEventHandler |
Represents the method that will handle the LoadStateevent
|
![]() | SaveStateEventHandler |
Represents the method that will handle the SaveStateevent
|