You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
512 B
17 lines
512 B
Imports System.Collections.Generic
|
|
|
|
Public Class OnBaseDokument
|
|
Public Property dokumentTyp As String
|
|
Public Property dokumentDatum As String
|
|
Public Property dateiTyp As String
|
|
Public Property bpNummer As String
|
|
Public Property personNummer As String
|
|
Public Property dokumentDatei As String
|
|
Public Property attributes As List(Of attribute)
|
|
End Class
|
|
|
|
Public Class attribute
|
|
Public Property fieldname As String
|
|
Public Property fieldvalue As String
|
|
End Class
|