Monorepo/Modules.Jobs/EDMI/ZUGFeRD/XmlItemProperty.vb
2019-10-08 16:05:03 +02:00

7 lines
202 B
VB.net

Public Class XmlItemProperty
Public TableName As String
Public Description As String
Public IsRequired As Boolean
Public IsGrouped As Boolean
Public GroupScope As String
End Class