C# 클래스 DJNanoShow.ViewModels.SearchViewModel

상속: ObservableBase
파일 보기 프로젝트 열기: wasteam/DJNanoSampleApp 1 사용 예제들

공개 메소드들

메소드 설명
CanSearch ( string text ) : bool
SearchDataAsync ( string text ) : System.Threading.Tasks.Task
SearchViewModel ( ) : System

비공개 메소드들

메소드 설명
CleanItems ( ) : void
GetViewModels ( ) : IEnumerable

메소드 상세

CanSearch() 공개 정적인 메소드

public static CanSearch ( string text ) : bool
text string
리턴 bool

SearchDataAsync() 공개 메소드

public SearchDataAsync ( string text ) : System.Threading.Tasks.Task
text string
리턴 System.Threading.Tasks.Task

SearchViewModel() 공개 메소드

public SearchViewModel ( ) : System
리턴 System