Skip to content

Enum FacturXProfileFlags

Represents the different Factur-X profiles as a set of flags. This enumeration is the flags representation of the FacturXDotNet.Models.FacturXProfile enumeration.

Assembly: FacturXDotNet.dll
csharp
[Flags]
public enum FacturXProfileFlags

Fields

None

No profile.

csharp
None = 0

Minimum

The minimum profile.

csharp
Minimum = 1

BasicWl

The BASIC WL profile.

csharp
BasicWl = 2

Basic

The BASIC profile.

csharp
Basic = 4

En16931

The EN 16931 profile.

csharp
En16931 = 8

Extended

The EXTENDED profile.

csharp
Extended = 16

All

All profiles.

csharp
All = Minimum | BasicWl | Basic | En16931 | Extended

Extension Methods

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