C# Class csCommon.MapPlugins.Search.SearchViewModel

Inheritance: Caliburn.Micro.Screen, IFindLocation
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Private Properties

Свойство Type Description
AppState_IsOnlineChanged void
ClearService void
DoSearch void
Init void
OnTextChanged void
Sections_SelectionChanged void

Méthodes publiques

Méthode Description
Find ( PoI item ) : void
SearchViewModel ( ) : System
SetKeywordFocus ( System.Windows.Input.TouchEventArgs e ) : void
UpdateSections ( ) : void

Méthodes protégées

Méthode Description
OnViewLoaded ( object view ) : void

Private Methods

Méthode Description
AppState_IsOnlineChanged ( object sender, EventArgs e ) : void
ClearService ( ) : void
DoSearch ( ) : void
Init ( ) : void
OnTextChanged ( ) : void
Sections_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

Find() public méthode

public Find ( PoI item ) : void
item DataServer.PoI
Résultat void

OnViewLoaded() protected méthode

protected OnViewLoaded ( object view ) : void
view object
Résultat void

SearchViewModel() public méthode

public SearchViewModel ( ) : System
Résultat System

SetKeywordFocus() public méthode

public SetKeywordFocus ( System.Windows.Input.TouchEventArgs e ) : void
e System.Windows.Input.TouchEventArgs
Résultat void

UpdateSections() public méthode

public UpdateSections ( ) : void
Résultat void