Click or drag to resize

IUserInterface Interface

This interface describes the capability to communicate with the user for some simple tasks.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public interface IUserInterface

The IUserInterface type exposes the following members.

Methods
  NameDescription
Public methodShowError
Displays an error message to the user.
Public methodShowInfo
Displays an informational message to the user.
Public methodShowVerbose
Displays a detail message to the user.
Public methodShowWarning
Displays a warning message to the user.
Top
See Also