' Options: 'Date: 2025-06-13 07:00:21 '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: GetAlertsByUserRQ.* '''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.Contexto.nwa.alerts Imports Nwa.Model.Tipos.nwa.core Imports Nwa.Model.Tipos.nwa.alerts Namespace Global Namespace Nwa.Model.Contexto.nwa.alerts Public Partial Class SystemAlert Public Overridable Property GenerationType As Long Public Overridable Property GenerationTypeDesc As String Public Overridable Property AlertOrigin As Long Public Overridable Property AlertOriginDesc As String Public Overridable Property Message As String Public Overridable Property Longitude As Double Public Overridable Property Latitude As Double Public Overridable Property ModifiedUser As String Public Overridable Property ModifiedDate As Date Public Overridable Property ModifiedDateDesc As String Public Overridable Property Notes As String Public Overridable Property Fullinfo As String Public Overridable Property Status As Long Public Overridable Property StatusDesc As String End Class End Namespace Namespace Nwa.Model.Tipos.nwa.alerts Public Partial Class GetAlertsByUserRQ Implements IReturn(Of GetAlertsByUserRS) Public Overridable Property User As String Public Overridable Property Status As Nullable(Of Long) End Class Public Partial Class GetAlertsByUserRS Inherits CoreRS Public Sub New() Data = New List(Of SystemAlert) End Sub Public Overridable Property Data As List(Of SystemAlert) End Class End Namespace 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 End Namespace End Namespace