' Options: 'Date: 2025-08-04 04:23:55 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://szallitoiportal-be.veolia.hu ' '''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: BrowseSupplementaryDocumentType.* '''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 Portal.ServiceDto Imports Portal.Common Namespace Global Namespace Portal.Common Public Enum SupplementaryFileDirection Request = 0 Response = 1 End Enum End Namespace Namespace Portal.ServiceDto Public Partial Class BrowseSupplementaryDocumentType Inherits SupplementaryBase Implements IReturn(Of BrowseSupplementaryDocumentTypeResponse) Implements IGet End Class Public Partial Class BrowseSupplementaryDocumentTypeResponse Inherits ResponseBase Public Sub New() DocumentTypes = New List(Of SupplementaryDocumentTypeSimple) End Sub Public Overridable Property DocumentTypes As List(Of SupplementaryDocumentTypeSimple) End Class Public Partial Class ResponseBase Public Overridable Property ResponseStatus As ResponseStatus End Class Public Partial Class SupplementaryBase Inherits TenderUserTenderRoundBase Public Overridable Property SupplementaryId As Integer End Class Public Partial Class SupplementaryDocumentTypeSimple Public Overridable Property Id As Integer Public Overridable Property DocumentType As String Public Overridable Property Direction As SupplementaryFileDirection End Class Public Partial Class TenderUserTenderRoundBase Public Overridable Property TenderId As Integer Public Overridable Property UserId As Integer Public Overridable Property TenderRoundId As Integer End Class End Namespace End Namespace