C# Class MundlTransit.WP8.ViewModels.Stations.StationsSearchViewModel

Inheritance: StationsViewModelBase
Mostra file Open project: christophwille/viennarealtime

Public Methods

Method Description
SearchForMatchesAsync ( string searchString ) : void
StationsSearchViewModel ( INavigationService navigationService, IDataService ds ) : System.Windows.Threading

Private Methods

Method Description
CanStartSearch ( string searchString ) : bool
OnInputDelayElapsed ( object sender, EventArgs e ) : void

Method Details

SearchForMatchesAsync() public method

public SearchForMatchesAsync ( string searchString ) : void
searchString string
return void

StationsSearchViewModel() public method

public StationsSearchViewModel ( INavigationService navigationService, IDataService ds ) : System.Windows.Threading
navigationService INavigationService
ds IDataService
return System.Windows.Threading