C# Class MahTweets.ViewModels.SearchViewModel

Inheritance: MahTweets.Core.ViewModels.ContainerViewModel, ISearchViewModel
Exibir arquivo Open project: nickhodge/MahTweets.LawrenceHargrave Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
Close ( ) : void
Search ( ) : void
SearchViewModel ( ) : System.Collections.Generic
SearchViewModel ( IEnumerable searchProviders ) : System.Collections.Generic

Private Methods

Method Description
OutgoingUpdates_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
RefreshProviders ( ) : void
RefreshProviders ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Close() public method

public Close ( ) : void
return void

Search() public method

public Search ( ) : void
return void

SearchViewModel() public method

public SearchViewModel ( ) : System.Collections.Generic
return System.Collections.Generic

SearchViewModel() public method

public SearchViewModel ( IEnumerable searchProviders ) : System.Collections.Generic
searchProviders IEnumerable
return System.Collections.Generic