 | IShowable interface |
Indicates that the implementing instance offers a parameterless method for output;
for loggers, e.g. to output the log.
Namespace: NetEti.ApplicationControlAssembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic interface IShowable
Public Interface IShowable
public interface class IShowable
type IShowable = interface end
The IShowable Type exposes the following members.
Methods | Name | Description of the |
---|
 | Show |
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