' Options: 'Date: 2026-06-06 01:28:53 '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: RicercaAnagrafiche.* '''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 Namespace Global Namespace Unico3.Link.API.Messages.Anagrafiche Public Partial Class Anagrafica Implements IReturn(Of Anagrafica) 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 TipoPersona As Nullable(Of TipoPersona) Public Overridable Property Denominazione As String Public Overridable Property Nome As String Public Overridable Property Cognome As String Public Overridable Property CodiceFiscale As String Public Overridable Property PIVA As String Public Overridable Property ProfiloFGas As Nullable(Of ProfiloFGas) Public Overridable Property TipoSoggettoSdI As Nullable(Of TipoSoggettoSdI) Public Overridable Property CodiceSdI As String Public Overridable Property PECSdI As String Public Overridable Property Email As String Public Overridable Property Tribunale As String Public Overridable Property PEC As String Public Overridable Property CCIAA As String Public Overridable Property EORI 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 Gruppo As String Public Overridable Property Suffisso As String Public Overridable Property NotePrincipali As String Public Overridable Property NoteStorico As String Public Overridable Property NoteRiservato As String Public Overridable Property NoteBloccato As String Public Overridable Property IsCliente As Nullable(Of Boolean) Public Overridable Property DatiVendita As DatiCliente Public Overridable Property IsFornitore As Nullable(Of Boolean) Public Overridable Property DatiAcquisto As DatiFornitore End Class Public Partial Class RicercaAnagrafiche Implements IReturn(Of RisultatoRicercaAnagrafiche) Public Overridable Property CodiceFiscale As String End Class Public Partial Class RisultatoRicercaAnagrafiche Public Sub New() Anagrafiche = New List(Of Anagrafica) End Sub Public Overridable Property Anagrafiche As List(Of Anagrafica) End Class End Namespace End Namespace