C# Class ATMLManagerLibrary.managers.ErrorManager

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method Description
GatherErrorMessages ( Form parentForm ) : ICollection
GetErrorMessages ( Control parentControl, ICollection errorList, System.Windows.Forms.ErrorProvider errorProvider ) : void
GetErrorMessages ( Control parentControl, ICollection errorList, ICollection errorProviders ) : void

Private Methods

Method Description
ExtractErrorProviders ( Control control, ICollection errorProviders ) : void
GetErrorProviders ( Control control, ICollection errorProviders ) : void

Method Details

GatherErrorMessages() public static method

public static GatherErrorMessages ( Form parentForm ) : ICollection
parentForm System.Windows.Forms.Form
return ICollection

GetErrorMessages() public static method

public static GetErrorMessages ( Control parentControl, ICollection errorList, System.Windows.Forms.ErrorProvider errorProvider ) : void
parentControl System.Windows.Forms.Control
errorList ICollection
errorProvider System.Windows.Forms.ErrorProvider
return void

GetErrorMessages() public static method

public static GetErrorMessages ( Control parentControl, ICollection errorList, ICollection errorProviders ) : void
parentControl System.Windows.Forms.Control
errorList ICollection
errorProviders ICollection
return void