' Options: 'Date: 2025-07-04 10:49:20 '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: GetNavigators.* '''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.Navigation.Operations Namespace Global Namespace IDB.API.DTO.Navigation.Operations Public Partial Class GetNavigators Implements IReturn(Of List(Of Node)) Public Overridable Property ViewId As Guid Public Overridable Property ExplorerId As Guid Public Overridable Property Path As String Public Overridable Property NodeExplorerID As String Public Overridable Property SearchCriteria As String End Class End Namespace End Namespace