' Options: 'Date: 2026-06-06 01:02:15 'Version: 5.140 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://link.dc8.unico3.cloud ' '''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: Comune.* '''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 Unico3.Link.API.Messages.Assistenza Imports Unico3.Link.API.Messages Imports Unico3.Core.DomainModel.Infrastructure Imports Unico3.Link.API.Messages.Base.Tabelle Namespace Global Namespace Unico3.Core.DomainModel.Infrastructure Public Partial Class Optional(Of T) Public Overridable Property Value As String End Class End Namespace Namespace Unico3.Link.API.Messages Public Partial Class FK Public Overridable Property Id As Nullable(Of Integer) End Class Public Interface IForeignKey Property Id As Nullable(Of Integer) End Interface Public Interface IUniqueDescrizione Implements IForeignKey Property Descrizione As String End Interface Public Interface IUniqueSigla Implements IForeignKey Property Sigla As String End Interface Public Partial Class OptionalNullableDouble Inherits Optional(Of Double) End Class Public Partial Class OptionalNullableInteger Inherits Optional(Of Integer) End Class End Namespace Namespace Unico3.Link.API.Messages.Assistenza Public Partial Class FK_Zona Inherits FK Implements IUniqueSigla Implements IUniqueDescrizione Public Overridable Property Sigla As String Public Overridable Property Descrizione As String End Class End Namespace Namespace Unico3.Link.API.Messages.Base.Tabelle Public Partial Class Comune Implements IReturn(Of Comune) Public Overridable Property CodiceExport As String Public Overridable Property Id As Nullable(Of Integer) Public Overridable Property Denominazione As String Public Overridable Property CAP As String Public Overridable Property Provincia As String Public Overridable Property Zona As FK_Zona Public Overridable Property IsEsclusoDaListe As Nullable(Of Boolean) Public Overridable Property CodiceISTAT As String Public Overridable Property DurezzaTotaleAcqua As OptionalNullableDouble Public Overridable Property TipoRCEE As OptionalNullableInteger End Class End Namespace End Namespace