C# Class SRNicoNico.ViewModels.SearchViewModel

Inheritance: TabItemViewModel
Afficher le fichier Open project: mrtska/SRNicoNico Class Usage Examples

Méthodes publiques

Méthode Description
DeleteHistory ( SearchHistoryViewModel vm ) : void
Search ( ) : void
Search ( string tex ) : void
Search ( string text, int page = 1 ) : void
SearchPage ( int page ) : void
SearchPage ( string page ) : void
SearchViewModel ( ) : System
SearchWithHistory ( ) : void
SearchWithHistory ( string tex ) : void

Private Methods

Méthode Description
ApplyHistory ( ) : void

Method Details

DeleteHistory() public méthode

public DeleteHistory ( SearchHistoryViewModel vm ) : void
vm SearchHistoryViewModel
Résultat void

Search() public méthode

public Search ( ) : void
Résultat void

Search() public méthode

public Search ( string tex ) : void
tex string
Résultat void

Search() public méthode

public Search ( string text, int page = 1 ) : void
text string
page int
Résultat void

SearchPage() public méthode

public SearchPage ( int page ) : void
page int
Résultat void

SearchPage() public méthode

public SearchPage ( string page ) : void
page string
Résultat void

SearchViewModel() public méthode

public SearchViewModel ( ) : System
Résultat System

SearchWithHistory() public méthode

public SearchWithHistory ( ) : void
Résultat void

SearchWithHistory() public méthode

public SearchWithHistory ( string tex ) : void
tex string
Résultat void