Monorepo/Jobs/EDMI/ZUGFeRD/XmlItemProperty.vb
2019-05-09 17:07:53 +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