C# 클래스 MundlTransit.WP8.ViewModels.Stations.StationsSearchViewModel

상속: StationsViewModelBase
파일 보기 프로젝트 열기: christophwille/viennarealtime

공개 메소드들

메소드 설명
SearchForMatchesAsync ( string searchString ) : void
StationsSearchViewModel ( INavigationService navigationService, IDataService ds ) : System.Windows.Threading

비공개 메소드들

메소드 설명
CanStartSearch ( string searchString ) : bool
OnInputDelayElapsed ( object sender, EventArgs e ) : void

메소드 상세

SearchForMatchesAsync() 공개 메소드

public SearchForMatchesAsync ( string searchString ) : void
searchString string
리턴 void

StationsSearchViewModel() 공개 메소드

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