' Options: 'Date: 2026-06-06 01:21:54 '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: SchedaArticolo.* '''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.Core.Database.Types.Enums.Magazzino Imports Unico3.Link.API.Messages.Magazzino Imports Unico3.Link.API.Messages Namespace Global Namespace Unico3.Core.Database.Types.Enums.Magazzino Public Enum TipoArticolo Semplice Matricola FuoriInventario Distinta End Enum 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 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 End Namespace Namespace Unico3.Link.API.Messages.Magazzino Public Partial Class FK_AliquotaIVA Inherits FK Implements IUniqueCodice Implements IUniqueCodiceExport Public Overridable Property Codice As String Public Overridable Property CodiceExport As String End Class Public Partial Class FK_Conto Inherits FK Implements IUniqueCodice Implements IUniqueCodiceExport Public Overridable Property Codice As String Public Overridable Property CodiceExport As String End Class Public Partial Class FK_FamigliaMerceologica Inherits FK Implements IUniqueCodice Public Overridable Property Codice As String End Class Public Partial Class FK_Gruppo Inherits FK Implements IUniqueCodice Public Overridable Property Codice As String End Class Public Partial Class FK_Marca Inherits FK Implements IUniqueDescrizione Public Overridable Property Descrizione As String End Class Public Partial Class FK_UdM Inherits FK Implements IUniqueCodice Implements IUniqueDescrizione Implements IUniqueCodiceExport Public Overridable Property Codice As String Public Overridable Property Descrizione As String Public Overridable Property CodiceExport As String End Class Public Partial Class SchedaArticolo Implements IReturn(Of SchedaArticolo) Public Overridable Property Id As Nullable(Of Integer) Public Overridable Property Codice As String Public Overridable Property TipoArticolo As Nullable(Of TipoArticolo) Public Overridable Property Descrizione As String Public Overridable Property Barcode As String Public Overridable Property DescrizioneEstesa As String Public Overridable Property LottoRiordino As Nullable(Of Double) Public Overridable Property PrezzoAcquisto As Nullable(Of Double) Public Overridable Property PrezzoVendita As Nullable(Of Double) Public Overridable Property IsEsclusoDaListe As Nullable(Of Boolean) Public Overridable Property IsNascondiInStampa As Nullable(Of Boolean) Public Overridable Property Gruppo As FK_Gruppo Public Overridable Property FamigliaMerceologica As FK_FamigliaMerceologica Public Overridable Property Marca As FK_Marca Public Overridable Property UdM As FK_UdM Public Overridable Property AliquotaIVA As FK_AliquotaIVA Public Overridable Property ContoAcquisto As FK_Conto Public Overridable Property ContoVendita As FK_Conto End Class End Namespace End Namespace