' Options: 'Date: 2024-05-14 12:44:27 'Version: 6.111 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://test.servicestack.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: EchoTypes.* '''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 System.IO Imports Test.ServiceInterface Namespace Global Namespace Test.ServiceInterface Public Partial Class EchoTypes Implements IReturn(Of EchoTypes) Public Overridable Property [Byte] As Byte Public Overridable Property [Short] As Short Public Overridable Property Int As Integer Public Overridable Property [Long] As Long Public Overridable Property [UShort] As UInt16 Public Overridable Property UInt As UInt32 Public Overridable Property [ULong] As UInt64 Public Overridable Property Float As Single Public Overridable Property [Double] As Double Public Overridable Property [Decimal] As Decimal Public Overridable Property [String] As String Public Overridable Property DateTime As Date Public Overridable Property TimeSpan As TimeSpan Public Overridable Property DateTimeOffset As DateTimeOffset Public Overridable Property Guid As Guid Public Overridable Property [Char] As Char End Class End Namespace End Namespace