' Options: 'Date: 2026-03-31 22:59:41 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://test-do-services.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: GetNavigationContext.* '''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.General Imports IDB.API.DTO.Navigation.Operations Imports IDB.API.DTO.Navigation Namespace Global Namespace IDB.API.DTO.General Public Partial Class CommonEntityIdentifier Public Overridable Property ID As String Public Overridable Property DisplayName As String Public Overridable Property EntityName As String End Class End Namespace Namespace IDB.API.DTO.Navigation Public Partial Class NavigationContext Public Overridable Property Title As String Public Overridable Property NavigationElements As List(Of CommonEntityIdentifier) End Class End Namespace Namespace IDB.API.DTO.Navigation.Operations Public Partial Class GetNavigationContext Implements IReturn(Of NavigationContext) Public Overridable Property ViewID As Guid Public Overridable Property Path As String End Class End Namespace End Namespace