C# Class NDG.ViewModels.MySurveysViewModel

View model for my surveys.
Inheritance: ViewModel
显示文件 Open project: nokiadatagathering/WP7-Official Class Usage Examples

Public Methods

Method Description
MySurveysViewModel ( ) : System.Collections.Generic

Initializes a new instance of the MySurveysViewModel class.

Private Methods

Method Description
DeleteSurveyExecute ( Survey selectedSurvey ) : void
InitializeViewModelExecute ( ) : void

Executes initialization of view model.

NavigationBackExecute ( ) : void
PopulateSurveys ( ) : void
RefreshCanExecute ( ) : bool
RefreshExecute ( ) : void
SearchSurveys ( ) : void
SurveysReceived ( IEnumerable res ) : void

Method Details

MySurveysViewModel() public method

Initializes a new instance of the MySurveysViewModel class.
public MySurveysViewModel ( ) : System.Collections.Generic
return System.Collections.Generic