ValidationSeverity Enumeration

Represents the severity level of a ValidationResult.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
public enum ValidationSeverity

Members

Information0 Represents the information severity level.
Warning1 Represents the warning severity level.
Error2 Represents the error severity level.

See Also