IDiagnosticItem Interface |
Namespace: DHI.Mike1D.Generic
The IDiagnosticItem type exposes the following members.
Name | Description | |
---|---|---|
AdditionalInfo |
Additional information about diagnostics item. Could be time of simulation when
message was produced.
| |
Diagnostics |
The diagnostics that the item belongs to.
This is automatically set when item is added to diagnostics object. | |
Hint |
Diagnostics hint
| |
Location |
Location of message
| |
Message |
Diagnostics message. Including values from Values | |
MessageID |
ID of error in item.
Each kind of error will have an id which does not change between computers. The Message change, if localized messages exist for the system language. | |
MessageNoValues |
Diagnostics message with value placeholders instead of actual values.
| |
Values |
List of values associated with this item
|
Name | Description | |
---|---|---|
HasHint |
Returns true if this item has an associated hint. The hint can be accessed throught the Hint property.
|