' Options: 'Date: 2025-07-04 11:04:07 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://doapigw.baasbv.nl/api ' '''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: GetNonCorporateIdentityRegistrationprofiles.* '''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.Drawing Imports IDB.API.DTO.Registrationprofile Imports IDB.API.DTO.Registrationprofile.Operations Namespace Global Namespace IDB.API.DTO.Registrationprofile Public Partial Class Registrationprofile Public Overridable Property ID As Guid Public Overridable Property Name As String Public Overridable Property Hint As String Public Overridable Property Order As Integer Public Overridable Property RegisterAutomatically As Boolean Public Overridable Property RegisterInBackground As Boolean Public Overridable Property ThumbnailUrl As String Public Overridable Property ProgCode As String Public Overridable Property VersionControlType As Integer Public Overridable Property WOPlaceLogo As Integer Public Overridable Property WOPrinterBins As String Public Overridable Property SelectAllFiles As Boolean End Class End Namespace Namespace IDB.API.DTO.Registrationprofile.Operations Public Partial Class GetNonCorporateIdentityRegistrationprofiles Implements IReturn(Of List(Of Registrationprofile)) Public Sub New() FileExtensions = New List(Of String) End Sub Public Overridable Property FileExtensions As List(Of String) Public Overridable Property OnlyExternalLinkCompatible As Boolean Public Overridable Property DocType As String End Class End Namespace End Namespace