' Options: 'Date: 2024-10-18 04:16:19 'Version: 6.40 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://digiofficeapigateway.deltares.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: GetRegistrationprofile.* '''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.Operations Imports IDB.API.DTO.Registrationprofile 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 GetRegistrationprofile Implements IReturn(Of Registrationprofile) Public Overridable Property ID As Guid End Class End Namespace End Namespace