public enum DiagnosticsType| Error | 0 | Fatal errors, invalid data/setup |
| Warning | 1 | Warnings, inconsistent data |
| Hint | 2 | Hints, Good ideas |
| Info | 3 | Information |
| IsOneOf |
Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions) |