' Options: 'Date: 2026-03-31 18:44:29 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://dogw.klokgroep.nl/api ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: QuickLookup.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO 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.Controls.QuickLookup Imports IDB.API.DTO.Controls.Operations Namespace Global Namespace IDB.API.DTO.Controls.Operations Public Partial Class QuickLookupResponse Implements IBaseQuickLookupResponse Public Overridable Property NumberOfAllRecords As Integer Implements IBaseQuickLookupResponse.NumberOfAllRecords Public Overridable Property Values As List(Of SerializableKeyValuePair(Of String,String)) Public Overridable Property QuickAddOptions As List(Of QuickAddOption) Implements IBaseQuickLookupResponse.QuickAddOptions End Class End Namespace Namespace IDB.API.DTO.Controls.QuickLookup Public Interface IBaseQuickLookupResponse Property NumberOfAllRecords As Integer Property QuickAddOptions As List(Of QuickAddOption) End Interface Public Partial Class QuickAddOption Public Overridable Property Name As String Public Overridable Property EntityType As String End Class Public Partial Class QuickLookup Implements IReturn(Of QuickLookupResponse) Public Overridable Property DocumentID As Guid? Public Overridable Property DocumentFieldID As String Public Overridable Property RegistrationProfileFieldID As String Public Overridable Property LookupValue As String Public Overridable Property DependableFields As List(Of RegistrationProfileFieldValue) Public Overridable Property ApplyOptionalFilters As Boolean End Class End Namespace Namespace IDB.API.DTO.Registrationprofile Public Partial Class RegistrationProfileFieldValue Public Overridable Property DocumentFieldID As Guid Public Overridable Property Value As String Public Overridable Property ShadowValue As String Public Overridable Property IsModifiedByUser As Boolean End Class End Namespace End Namespace