C# Class NDG.ViewModels.Locator

Provides access to all view models like ot properties (static or not)
Mostrar archivo Open project: nokiadatagathering/WP7-Official

Public Methods

Method Description
Cleanup ( ) : void

Clears all views.

Private Methods

Method Description
ClearCategories ( ) : void
ClearFilterResponses ( ) : void
ClearFilterResult ( ) : void
ClearHomeView ( ) : void

Clears home view model.

ClearLoginView ( ) : void

Clears login view.

ClearMySurveys ( ) : void

Clears my surveys view model.

ClearNavigation ( ) : void
ClearSavedResponses ( ) : void
ClearSearch ( ) : void
ClearSettings ( ) : void
ClearSubmittedResponses ( ) : void
ClearSurveyDetails ( ) : void

Clears survey view model.

Method Details

Cleanup() public static method

Clears all views.
public static Cleanup ( ) : void
return void