C# Class BinaryFileSchemaGUI.ListViewErrorHandler

Inheritance: IBfsErrorHandler
显示文件 Open project: Andos/BinaryFileSchema Class Usage Examples

Public Methods

Method 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 method

public HandleError ( SourceError error ) : void
error BFSchema.SourceError
return void

HandleError() public method

public HandleError ( string error ) : void
error string
return void

HandleMessage() public method

public HandleMessage ( string message ) : void
message string
return void

HandleWarning() public method

public HandleWarning ( SourceError warning ) : void
warning BFSchema.SourceError
return void

ListViewErrorHandler() public method

public ListViewErrorHandler ( ListView listview ) : System
listview System.Windows.Forms.ListView
return System