' Options: 'Date: 2026-06-06 01:25:56 '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: Impianto.* '''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.Anagrafiche Imports Unico3.Link.API.Messages.Assistenza Imports Unico3.Link.API.Messages.Documenti Imports Unico3.Link.API.Messages Namespace Global 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 IUniqueCodice Implements IForeignKey Property Codice As String End Interface Public Interface IUniqueCodiceExport Implements IForeignKey Property CodiceExport As String End Interface Public Interface IUniqueDescrizione Implements IForeignKey Property Descrizione As String End Interface Public Interface IUniqueSigla Implements IForeignKey Property Sigla As String End Interface End Namespace Namespace Unico3.Link.API.Messages.Anagrafiche Public Partial Class FK_Comune Inherits FK Public Overridable Property CAP As String Public Overridable Property Denominazione As String Public Overridable Property Provincia As String Public Overridable Property CodiceISTAT As String End Class Public Enum TipoTelefono Fisso Fax Cellulare SMS End Enum End Namespace Namespace Unico3.Link.API.Messages.Assistenza Public Partial Class FK_Combustibile Inherits FK Implements IUniqueDescrizione Implements IUniqueCodiceExport Public Overridable Property CodiceExport As String Public Overridable Property Descrizione As String End Class Public Partial Class FK_TipologiaImpianto Inherits FK Implements IUniqueDescrizione Implements IUniqueCodiceExport Public Overridable Property CodiceExport As String Public Overridable Property Descrizione As String End Class 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 Public Partial Class Impianto Implements IReturn(Of Impianto) Public Overridable Property Id As Nullable(Of Integer) Public Overridable Property Codice As Nullable(Of Integer) Public Overridable Property CodiceExport As String Public Overridable Property Nominativo As String Public Overridable Property TipoTelefono1 As Nullable(Of TipoTelefono) Public Overridable Property TipoTelefono2 As Nullable(Of TipoTelefono) Public Overridable Property TipoTelefono3 As Nullable(Of TipoTelefono) Public Overridable Property Telefono1 As String Public Overridable Property Telefono2 As String Public Overridable Property Telefono3 As String Public Overridable Property Indirizzo As String Public Overridable Property NumeroCivico As String Public Overridable Property Comune As FK_Comune Public Overridable Property Zona As FK_Zona Public Overridable Property Palazzo As String Public Overridable Property Scala As String Public Overridable Property Piano As String Public Overridable Property Interno As String Public Overridable Property Citofono As String Public Overridable Property Gruppo As String Public Overridable Property Suffisso As String Public Overridable Property Tipologia As FK_TipologiaImpianto Public Overridable Property CAT As FK_CAT Public Overridable Property Combustibile As FK_Combustibile End Class End Namespace Namespace Unico3.Link.API.Messages.Documenti Public Partial Class FK_CAT Inherits FK Implements IUniqueCodice Public Overridable Property Codice As String End Class End Namespace End Namespace