Skip to content

Enum BusinessRuleSeverity

The severity of a business rule.

Assembly: FacturXDotNet.dll
csharp
public enum BusinessRuleSeverity

Fields

Information

Information rules are not critical and will not prevent the document from being considered valid.

csharp
Information = 0

Warning

Warning rules are important but not critical and will not prevent the document from being considered valid.

csharp
Warning = 1

Fatal

Fatal rules are critical and will prevent the document from being considered valid.

csharp
Fatal = 2

The tools are open source and released under the MIT License, feel free to use, modify, and share.