C# 클래스 NaturalGroundingPlayer.SearchVideoWindow

Interaction logic for FindVideoWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: mysteryx93/NaturalGroundingPlayer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
settings DataAccess.SearchSettings
showAllFilesVisible bool

보호된 프로퍼티들

프로퍼티 타입 설명
selection DataAccess.VideoListItem

공개 메소드들

메소드 설명
Instance ( SearchSettings settings ) : DataAccess.VideoListItem
SearchVideoWindow ( ) : System

비공개 메소드들

메소드 설명
CancelButton_Click ( object sender, RoutedEventArgs e ) : void
MediaList_ItemDoubleClick ( object sender, EventArgs e ) : void
RatingCategoryCombo_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
SearchText_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
SelectButton_Click ( object sender, RoutedEventArgs e ) : void
Settings_Changed ( object sender, RoutedEventArgs e ) : void
VideosView_ItemDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
timerChangeFilters_Tick ( object sender, EventArgs e ) : void

메소드 상세

Instance() 공개 정적인 메소드

public static Instance ( SearchSettings settings ) : DataAccess.VideoListItem
settings DataAccess.SearchSettings
리턴 DataAccess.VideoListItem

SearchVideoWindow() 공개 메소드

public SearchVideoWindow ( ) : System
리턴 System

프로퍼티 상세

selection 보호되어 있는 프로퍼티

protected VideoListItem,DataAccess selection
리턴 DataAccess.VideoListItem

settings 공개적으로 프로퍼티

public SearchSettings,DataAccess settings
리턴 DataAccess.SearchSettings

showAllFilesVisible 공개적으로 프로퍼티

public bool showAllFilesVisible
리턴 bool