C# Class CSL.ErrorWindow

Show file Open project: joslinm/CSL Class Usage Examples

Public Methods

Method Description
ClearApplyToAll ( ) : void
ErrorWindow ( ) : System
IssueAlbumError ( FileInfo file ) : string
IssueAlbumWarning ( FileInfo file, string album ) : string
IssueArtistError ( FileInfo file ) : string
IssueArtistWarning ( FileInfo file, string artist ) : string
IssueBirthError ( FileInfo file ) : string
IssueBitformatError ( FileInfo file ) : string
IssueBitrateError ( FileInfo file ) : string
IssueCreateEmptyDirectoriesWarning ( string message, string submessage ) : bool
IssueFileMoveWarning ( FileInfo file, bool handled ) : void
IssueGeneralWarning ( string message, string submessage, string file ) : void
IssueIllegalCharactersError ( FileInfo file, string destPath ) : string
IssuePhysicalFormatError ( FileInfo file ) : string
IssueReleaseFormatError ( FileInfo file ) : string
IssueYearError ( FileInfo file ) : string
IssueYearWarning ( FileInfo file, string year ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DiscardButton_Click ( object sender, EventArgs e ) : void
ErrorWindow_KeyPress ( object sender, KeyPressEventArgs e ) : void
InitializeComponent ( ) : void

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

OkButton_Click ( object sender, EventArgs e ) : void
OkButton_MouseHover ( object sender, EventArgs e ) : void
OkButton_MouseLeave ( object sender, EventArgs e ) : void
SelectionTextBox_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

ClearApplyToAll() public method

public ClearApplyToAll ( ) : void
return void

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

ErrorWindow() public method

public ErrorWindow ( ) : System
return System

IssueAlbumError() public method

public IssueAlbumError ( FileInfo file ) : string
file FileInfo
return string

IssueAlbumWarning() public method

public IssueAlbumWarning ( FileInfo file, string album ) : string
file FileInfo
album string
return string

IssueArtistError() public method

public IssueArtistError ( FileInfo file ) : string
file FileInfo
return string

IssueArtistWarning() public method

public IssueArtistWarning ( FileInfo file, string artist ) : string
file FileInfo
artist string
return string

IssueBirthError() public method

public IssueBirthError ( FileInfo file ) : string
file FileInfo
return string

IssueBitformatError() public method

public IssueBitformatError ( FileInfo file ) : string
file FileInfo
return string

IssueBitrateError() public method

public IssueBitrateError ( FileInfo file ) : string
file FileInfo
return string

IssueCreateEmptyDirectoriesWarning() public method

public IssueCreateEmptyDirectoriesWarning ( string message, string submessage ) : bool
message string
submessage string
return bool

IssueFileMoveWarning() public method

public IssueFileMoveWarning ( FileInfo file, bool handled ) : void
file FileInfo
handled bool
return void

IssueGeneralWarning() public method

public IssueGeneralWarning ( string message, string submessage, string file ) : void
message string
submessage string
file string
return void

IssueIllegalCharactersError() public method

public IssueIllegalCharactersError ( FileInfo file, string destPath ) : string
file FileInfo
destPath string
return string

IssuePhysicalFormatError() public method

public IssuePhysicalFormatError ( FileInfo file ) : string
file FileInfo
return string

IssueReleaseFormatError() public method

public IssueReleaseFormatError ( FileInfo file ) : string
file FileInfo
return string

IssueYearError() public method

public IssueYearError ( FileInfo file ) : string
file FileInfo
return string

IssueYearWarning() public method

public IssueYearWarning ( FileInfo file, string year ) : string
file FileInfo
year string
return string