C# 클래스 TVSorter.View.FormatBuilder

파일 보기 프로젝트 열기: a-jackson/tvsorter 1 사용 예제들

공개 메소드들

메소드 설명
FormatBuilder ( string currentFormat ) : System

Initializes a new instance of the FormatBuilder class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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.

메소드 상세

Dispose() 보호된 메소드

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

FormatBuilder() 공개 메소드

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