ZUGFeRD Service: Neue Config Schalter

This commit is contained in:
2025-01-10 10:37:24 +01:00
parent b0bc5113ef
commit 80d4efd8ba
4 changed files with 11 additions and 9 deletions

View File

@@ -35,6 +35,10 @@ Public Class PropertyValues
Public Class MissingProperty
Public Description As String
Public XMLPath As String
Public Overrides Function ToString() As String
Return XMLPath
End Function
End Class
Public Function CheckPropertyValues(pDocument As Object, PropertyMap As Dictionary(Of String, XmlItemProperty), MessageId As String) As CheckPropertyValuesResult