Click or drag to resize
weroSoft AG, Software
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
Syntax
C#
public enum CheckIssueLevel
Members
  Member nameValueDescription
NotChecked-1 The system didn't perform a check for the appropriate item.
Success0 The check result is no error, warning or information.
Information25 The check result is an information.
Warning50 The check result is a warning.
Error75 The check results in an error.
See Also