Click or drag to resize
foodez.Common Namespace

[Missing <summary> documentation for "N:foodez.Common"]

Classes
  ClassDescription
Public classLoadStateEventArgs
Class used to hold the event data required when a page attempts to load state.
Public classCode exampleNavigationHelper
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.
Public classObservableDictionary
Implementation of IObservableMap that supports reentrancy for use as a default view model.
Public classRelayCommand
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.
Public classSaveStateEventArgs
Class used to hold the event data required when a page attempts to save state.
Public classSuspensionManagerException
Delegates
  DelegateDescription
Public delegateLoadStateEventHandler
Represents the method that will handle the LoadStateevent
Public delegateSaveStateEventHandler
Represents the method that will handle the SaveStateevent