Skip to content

Enum BusinessRuleValidationStatus

Represents the validation status of a business rule.

Assembly: FacturXDotNet.dll
csharp
public enum BusinessRuleValidationStatus

Fields

Passed

The rule passed.

csharp
Passed = 0

Failed

The rule failed.

csharp
Failed = 1

Skipped

The rule was skipped.

csharp
Skipped = 2

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