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.
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public interface IDiagnosticsString
| 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.
|