' Options: 'Date: 2025-06-13 07:28:51 'Version: 6.40 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://ws.jimsnwa.com ' '''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: GetPopupInfoRQ.* '''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.IO Imports Nwa.Model.Tipos.nwa.core Imports Nwa.Model.Tipos.nwa.layers Namespace Global Namespace Nwa.Model.Tipos.nwa.core Public Partial Class CoreRS Public Overridable Property Code As String Public Overridable Property ErrorMessage As String Public Overridable Property ErrorStackTrace As String End Class Public Partial Class ListDictionaryRS Inherits CoreRS Public Sub New() Data = New List(Of Dictionary(Of String,Object)) End Sub Public Overridable Property Data As List(Of Dictionary(Of String,Object)) End Class End Namespace Namespace Nwa.Model.Tipos.nwa.layers Public Partial Class GetPopupInfoRQ Implements IReturn(Of ListDictionaryRS) Public Overridable Property LayerType As Long Public Overridable Property PointId As Long Public Overridable Property Source As String Public Overridable Property IsPublicAccess As String End Class End Namespace End Namespace