' Options: 'Date: 2026-05-09 17:13:07 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://ws4.fibudata.net ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: DokumentDownloadRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports FIBUdataServiceStack.ServiceModel.Models Imports FIBUdataServiceStack.ServiceModel.Messages Namespace Global Namespace FIBUdataServiceStack.ServiceModel.Messages Public Partial Class DokumentDownloadRequest Implements IReturn(Of DokumentDownloadResponse) Public Overridable Property expression As String End Class Public Partial Class DokumentDownloadResponse Public Sub New() dokument_bin = New Byte(){} End Sub Public Overridable Property dokument_bin As Byte() Public Overridable Property dokument As dokumente End Class End Namespace Namespace FIBUdataServiceStack.ServiceModel.Models Public Partial Class dokumente Implements IPrimaryKey Implements IMandnr Implements IDel Implements ITableBaseErstelltAenderung Public Overridable Property ID As Nullable(Of Long) Public Overridable Property _erstellt As Nullable(Of Date) Public Overridable Property _aenderung As Nullable(Of Date) Public Overridable Property mandant As Nullable(Of Long) Public Overridable Property Datenindex As Nullable(Of Long) Public Overridable Property Dateiname As String Public Overridable Property zip_dateiname As String Public Overridable Property SubPfad As String Public Overridable Property Upload As Nullable(Of Integer) Public Overridable Property DownloadExt As Nullable(Of Integer) Public Overridable Property Datum As Nullable(Of Date) Public Overridable Property Link As String Public Overridable Property anlagen As String Public Overridable Property metadaten As String Public Overridable Property dateityp As Nullable(Of Integer) Public Overridable Property del As Nullable(Of Long) Public Overridable Property hash As String Public Overridable Property guid As String Public Overridable Property server_hash As String Public Overridable Property PrimaryKey As Nullable(Of Long) End Class Public Interface IDel Property del As Nullable(Of Long) End Interface Public Interface IMandnr Property mandant As Nullable(Of Long) End Interface Public Interface IPrimaryKey Property PrimaryKey As Nullable(Of Long) End Interface Public Interface ITableBaseErstelltAenderung Property _erstellt As Nullable(Of Date) Property _aenderung As Nullable(Of Date) End Interface End Namespace End Namespace