C# Class NijieDownloader.UI.BatchDownloadPage

Interaction logic for BatchDownloadPage.xaml
Inheritance: System.Windows.Controls.Page, IContent
Mostra file Open project: Nandaka/NijieDownloader

Public Properties

Property 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

Public Methods

Method Description
BatchDownloadPage ( ) : System
OnFragmentNavigation ( FirstFloor e ) : void
OnNavigatedFrom ( FirstFloor e ) : void
OnNavigatedTo ( FirstFloor e ) : void
OnNavigatingFrom ( FirstFloor e ) : void

Private Methods

Method 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 method

public BatchDownloadPage ( ) : System
return System

OnFragmentNavigation() public method

public OnFragmentNavigation ( FirstFloor e ) : void
e FirstFloor
return void

OnNavigatedFrom() public method

public OnNavigatedFrom ( FirstFloor e ) : void
e FirstFloor
return void

OnNavigatedTo() public method

public OnNavigatedTo ( FirstFloor e ) : void
e FirstFloor
return void

OnNavigatingFrom() public method

public OnNavigatingFrom ( FirstFloor e ) : void
e FirstFloor
return void

Property Details

AddJobCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input AddJobCommand
return System.Windows.Input.RoutedCommand

ClearAllCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input ClearAllCommand
return System.Windows.Input.RoutedCommand

DeleteCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input DeleteCommand
return System.Windows.Input.RoutedCommand

DeleteCompleteCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input DeleteCompleteCommand
return System.Windows.Input.RoutedCommand

EditJobCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input EditJobCommand
return System.Windows.Input.RoutedCommand

PauseCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input PauseCommand
return System.Windows.Input.RoutedCommand

StartCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input StartCommand
return System.Windows.Input.RoutedCommand

StopCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input StopCommand
return System.Windows.Input.RoutedCommand