C# Class NDG.ViewModels.Helpers.DeferredSearchHelper

Afficher le fichier Open project: nokiadatagathering/WP7-Official Class Usage Examples

Méthodes publiques

Méthode Description
DeferredSearchHelper ( string propertySearch, ViewModel refferedViewModel, System.Action callback ) : System

Initializes a new instance of the DeferredSearchHelper class.

StartSearch ( ) : void
StopSearch ( ) : void

Private Methods

Méthode Description
OnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnTimerTick ( object sender, EventArgs e ) : void

Method Details

DeferredSearchHelper() public méthode

Initializes a new instance of the DeferredSearchHelper class.
public DeferredSearchHelper ( string propertySearch, ViewModel refferedViewModel, System.Action callback ) : System
propertySearch string Property of view model that represent search string.
refferedViewModel ViewModel Refered view model.
callback System.Action Callback that invokes for notificate about start search.
Résultat System

StartSearch() public méthode

public StartSearch ( ) : void
Résultat void

StopSearch() public méthode

public StopSearch ( ) : void
Résultat void