' Options: 'Date: 2026-05-09 21:05:04 '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: WaehrungskurseAbfragenRequest.* '''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 WaehrungskurseAbfragenRequest Implements IReturn(Of WaehrungskurseAbfragenResponse) Public Overridable Property Von As Nullable(Of Date) Public Overridable Property Bis As Nullable(Of Date) Public Overridable Property Waehrung As String End Class Public Partial Class WaehrungskurseAbfragenResponse Public Sub New() ResultDictionary = New Dictionary(Of Date, waehrungskurse) End Sub Public Overridable Property ResultDictionary As Dictionary(Of Date, waehrungskurse) End Class End Namespace Namespace FIBUdataServiceStack.ServiceModel.Models Public Interface IDel Property del As Nullable(Of Long) End Interface Public Interface IPrimaryKey Property PrimaryKey As Nullable(Of Long) End Interface Public Interface ITableBase Property id As Nullable(Of Long) Property _erstellt As Nullable(Of Date) Property _aenderung As Nullable(Of Date) End Interface Public Partial Class waehrungskurse Implements IPrimaryKey Implements IDel Implements ITableBase Public Overridable Property id As Nullable(Of Long) Public Overridable Property iso4217 As String Public Overridable Property datum As Nullable(Of Date) Public Overridable Property betrag As Nullable(Of Decimal) Public Overridable Property del As Nullable(Of Long) Public Overridable Property _erstellt As Nullable(Of Date) Public Overridable Property _aenderung As Nullable(Of Date) Public Overridable Property PrimaryKey As Nullable(Of Long) End Class End Namespace End Namespace