Skip to content

Enum BusinessRuleExpectedValidationStatus

Represent the expected validation status of a business rule. Some rules are expected to fail because they are associated with a higher profile.

Assembly: FacturXDotNet.dll
csharp
public enum BusinessRuleExpectedValidationStatus

Fields

Success

The rule is expected to pass.

csharp
Success = 0

Failure

The rule is expected to fail.

csharp
Failure = 1

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