C# Class EpgTimer.SearchKey

SearchKey.xaml の相互作用ロジック
Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: niisaka/EDCB Class Usage Examples

Public Methods

Method Description
GetSearchKey ( EpgTimer.EpgSearchKeyInfo &key ) : void
SaveSearchLog ( ) : void
SearchKey ( ) : System
SetSearchKey ( EpgTimer.EpgSearchKeyInfo key ) : void

Private Methods

Method Description
button_andIn_Click ( object sender, RoutedEventArgs e ) : void
button_notIn_Click ( object sender, RoutedEventArgs e ) : void

Method Details

GetSearchKey() public method

public GetSearchKey ( EpgTimer.EpgSearchKeyInfo &key ) : void
key EpgTimer.EpgSearchKeyInfo
return void

SaveSearchLog() public method

public SaveSearchLog ( ) : void
return void

SearchKey() public method

public SearchKey ( ) : System
return System

SetSearchKey() public method

public SetSearchKey ( EpgTimer.EpgSearchKeyInfo key ) : void
key EpgTimer.EpgSearchKeyInfo
return void