 |
CheckIssueLevel Enumeration |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the possible outcome of a particular check.
Namespace:
WeroSoft.Checking
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0
Syntaxpublic enum CheckIssueLevel
Members
| Member name | Value | Description |
---|
| NotChecked | -1 |
The system didn't perform a check for the appropriate item.
|
| Success | 0 |
The check result is no error, warning or information.
|
| Information | 25 |
The check result is an information.
|
| Warning | 50 |
The check result is a warning.
|
| Error | 75 |
The check results in an error.
|
See Also