C# Class BinaryFileSchemaGUI.ListViewErrorHandler

Inheritance: IBfsErrorHandler
Afficher le fichier Open project: Andos/BinaryFileSchema Class Usage Examples

Méthodes publiques

Méthode Description
HandleError ( SourceError error ) : void
HandleError ( string error ) : void
HandleMessage ( string message ) : void
HandleWarning ( SourceError warning ) : void
ListViewErrorHandler ( ListView listview ) : System

Method Details

HandleError() public méthode

public HandleError ( SourceError error ) : void
error BFSchema.SourceError
Résultat void

HandleError() public méthode

public HandleError ( string error ) : void
error string
Résultat void

HandleMessage() public méthode

public HandleMessage ( string message ) : void
message string
Résultat void

HandleWarning() public méthode

public HandleWarning ( SourceError warning ) : void
warning BFSchema.SourceError
Résultat void

ListViewErrorHandler() public méthode

public ListViewErrorHandler ( ListView listview ) : System
listview System.Windows.Forms.ListView
Résultat System