IDiagnosticsString Interface

A string used in Diagnostics. It has an Id, to be used if a translated version of the string is to be used instead. It has a Message which can contain format specifiers on the form {0} etc. It has a list of objects, each of them supporting the ToString method, which must match the format specifiers in the Message.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IDiagnosticsString

Properties

Arguments List of object that are to be replaced into the Message at each format specifyer.
Id Id of string
Message String message. Can contain format specifiers on the form {0} etc.

See Also