FlowsheetBaseShowMessage Method

Displays a message to the user via the log panel or equivalent output. Must be implemented by the concrete host.

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public abstract void ShowMessage(
	string text,
	IFlowsheetMessageType mtype,
	string exceptionID = ""
)

Parameters

text  String
The message text.
mtype  IFlowsheetMessageType
The message severity/type.
exceptionID  String  (Optional)
An optional identifier linking the message to a specific exception record.

Implements

IFlowsheetShowMessage(String, IFlowsheetMessageType, String)

See Also