C# Class TVSorter.View.FormatBuilder

Mostrar archivo Open project: a-jackson/tvsorter Class Usage Examples

Public Methods

Method Description
FormatBuilder ( string currentFormat ) : System

Initializes a new instance of the FormatBuilder class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CancelButtonClick ( object sender, EventArgs e ) : void

Handles the click event for the Cancel button.

DateButtonClick ( object sender, EventArgs e ) : void

Handles the click event for the Date button.

DateFormatTextChanged ( object sender, EventArgs e ) : void

Handles the text of the date format changing.

DirectoryButtonClick ( object sender, EventArgs e ) : void

Handles the click event for the Directory button.

EpisodeNameButtonClick ( object sender, EventArgs e ) : void

Handles the click event for the Episode Name button.

EpisodeNumberButtonClick ( object sender, EventArgs e ) : void

Handles the click event Episode Number for the button.

FileExtensionButtonClick ( object sender, EventArgs e ) : void

Handles the click event for the File Extension button.

FolderNameButtonClick ( object sender, EventArgs e ) : void

Handles the click event for the Folder Name button.

FormatBuilderLoad ( object sender, EventArgs e ) : void

Handles the load event for the form.

GetSeparator ( ) : string

Gets the word separator character.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OkButtonClick ( object sender, EventArgs e ) : void

Handles the click event for the OK button.

SeasonNumberButtonClick ( object sender, EventArgs e ) : void

Handles the click event for the Season Number button.

ShowNameButtonClick ( object sender, EventArgs e ) : void

Handles the click event for the Show Name button.

TextFormatTextChanged ( object sender, EventArgs e ) : void

Handles the text for changing.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FormatBuilder() public method

Initializes a new instance of the FormatBuilder class.
public FormatBuilder ( string currentFormat ) : System
currentFormat string /// The current format. ///
return System