C# Class csCommon.MapPlugins.Search.SearchViewModel

Inheritance: Caliburn.Micro.Screen, IFindLocation
ファイルを表示 Open project: TNOCS/csTouch Class Usage Examples

Private Properties

Property Type Description
AppState_IsOnlineChanged void
ClearService void
DoSearch void
Init void
OnTextChanged void
Sections_SelectionChanged void

Public Methods

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

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method 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 method

public Find ( PoI item ) : void
item DataServer.PoI
return void

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void

SearchViewModel() public method

public SearchViewModel ( ) : System
return System

SetKeywordFocus() public method

public SetKeywordFocus ( System.Windows.Input.TouchEventArgs e ) : void
e System.Windows.Input.TouchEventArgs
return void

UpdateSections() public method

public UpdateSections ( ) : void
return void