Click or drag to resize

IShowable interface

Indicates that the implementing instance offers a parameterless method for output; for loggers, e.g. to output the log.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
public interface IShowable

The IShowable Type exposes the following members.

Methods
 NameDescription of the
Public MethodShow Ensures that the implementing instance is output/displayed.
Back to the top
Remarks
Author: Erik Nagel, NetEti 06.11.2023 Erik Nagel: created.
See also