C# Class NijieDownloader.UI.BatchDownloadPage

Interaction logic for BatchDownloadPage.xaml
Inheritance: System.Windows.Controls.Page, IContent
Afficher le fichier Open project: Nandaka/NijieDownloader

Méthodes publiques

Свойство Type Description
AddJobCommand System.Windows.Input.RoutedCommand
ClearAllCommand System.Windows.Input.RoutedCommand
DeleteCommand System.Windows.Input.RoutedCommand
DeleteCompleteCommand System.Windows.Input.RoutedCommand
EditJobCommand System.Windows.Input.RoutedCommand
PauseCommand System.Windows.Input.RoutedCommand
StartCommand System.Windows.Input.RoutedCommand
StopCommand System.Windows.Input.RoutedCommand

Méthodes publiques

Méthode Description
BatchDownloadPage ( ) : System
OnFragmentNavigation ( FirstFloor e ) : void
OnNavigatedFrom ( FirstFloor e ) : void
OnNavigatedTo ( FirstFloor e ) : void
OnNavigatingFrom ( FirstFloor e ) : void

Private Methods

Méthode Description
AddJob ( JobDownloadViewModel newJob ) : void
CanExecuteAddJobCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanExecuteClearAllCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanExecuteDeleteCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanExecuteDeleteCompleteCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanExecuteEditJobCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanExecutePauseCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanExecuteStartCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanExecuteStopCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
Current_Exit ( object sender, System.Windows.ExitEventArgs e ) : void
ExecuteAddJobCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteClearAllCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteDeleteCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteDeleteCompleteCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteEditJobCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecutePauseCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteStartCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteStopCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
LoadList ( string filename, bool suppressError = false ) : void
Page_Loaded ( object sender, RoutedEventArgs e ) : void
SaveList ( string filename ) : void
ScrollViewer_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
ShowAddJobDialog ( JobDownloadViewModel newJob, String title = "Add Job", String message = "" ) : JobDownloadViewModel
addJobForImage ( int p ) : void
addJobForMember ( int memberId, MemberMode mode, string message = "" ) : void
addJobForSearch ( NijieSearchOption option ) : void
btnLoad_Click ( object sender, RoutedEventArgs e ) : void
btnResetSort_Click ( object sender, RoutedEventArgs e ) : void
btnSave_Click ( object sender, RoutedEventArgs e ) : void

Method Details

BatchDownloadPage() public méthode

public BatchDownloadPage ( ) : System
Résultat System

OnFragmentNavigation() public méthode

public OnFragmentNavigation ( FirstFloor e ) : void
e FirstFloor
Résultat void

OnNavigatedFrom() public méthode

public OnNavigatedFrom ( FirstFloor e ) : void
e FirstFloor
Résultat void

OnNavigatedTo() public méthode

public OnNavigatedTo ( FirstFloor e ) : void
e FirstFloor
Résultat void

OnNavigatingFrom() public méthode

public OnNavigatingFrom ( FirstFloor e ) : void
e FirstFloor
Résultat void

Property Details

AddJobCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input AddJobCommand
Résultat System.Windows.Input.RoutedCommand

ClearAllCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input ClearAllCommand
Résultat System.Windows.Input.RoutedCommand

DeleteCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input DeleteCommand
Résultat System.Windows.Input.RoutedCommand

DeleteCompleteCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input DeleteCompleteCommand
Résultat System.Windows.Input.RoutedCommand

EditJobCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input EditJobCommand
Résultat System.Windows.Input.RoutedCommand

PauseCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input PauseCommand
Résultat System.Windows.Input.RoutedCommand

StartCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input StartCommand
Résultat System.Windows.Input.RoutedCommand

StopCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input StopCommand
Résultat System.Windows.Input.RoutedCommand