C# Class ATMLManagerLibrary.managers.ErrorManager

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Méthodes publiques

Méthode 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

Méthode Description
ExtractErrorProviders ( Control control, ICollection errorProviders ) : void
GetErrorProviders ( Control control, ICollection errorProviders ) : void

Method Details

GatherErrorMessages() public static méthode

public static GatherErrorMessages ( Form parentForm ) : ICollection
parentForm System.Windows.Forms.Form
Résultat ICollection

GetErrorMessages() public static méthode

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
Résultat void

GetErrorMessages() public static méthode

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