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.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public interface IDiagnosticsString
Public Interface IDiagnosticsString
public interface class IDiagnosticsString
The IDiagnosticsString type exposes the following members.
Properties
| Name | Description |
---|
| 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.
|
TopSee Also