public interface IDiagnosticItem| 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 |
| GetMessage | Diagnostics message. Including values from Values |
| HasHint | Returns true if this item has an associated hint. The hint can be accessed throught the Hint property. |