' Options: 'Date: 2026-06-06 01:15: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: SchedeArticolo.* '''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.Magazzino 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 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_Magazzino Inherits FK Implements IUniqueDescrizione Implements IUniqueCodiceExport Public Overridable Property Descrizione As String Public Overridable Property CodiceExport As String End Class Public Partial Class Giacenza Public Overridable Property Magazzino As FK_Magazzino Public Overridable Property Quantita As Double 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 Public Partial Class SchedaArticoloConDatiAggiuntivi Public Sub New() Giacenze = New List(Of Giacenza) Listini = New List(Of VoceListino) End Sub Public Overridable Property Scheda As SchedaArticolo Public Overridable Property Giacenze As List(Of Giacenza) Public Overridable Property Listini As List(Of VoceListino) End Class Public Partial Class SchedeArticolo Implements IReturn(Of SchedeArticoloResponse) Public Overridable Property FromId As Nullable(Of Integer) End Class Public Partial Class SchedeArticoloResponse Public Sub New() Risultati = New List(Of SchedaArticoloConDatiAggiuntivi) End Sub Public Overridable Property Risultati As List(Of SchedaArticoloConDatiAggiuntivi) End Class Public Partial Class VoceListino Implements IReturn(Of VoceListino) Public Overridable Property Listino As FK_Listino Public Overridable Property Articolo As FK_Articolo Public Overridable Property CodiceOrdine As String Public Overridable Property Barcode As String Public Overridable Property PrezzoAcquisto As Nullable(Of Double) Public Overridable Property PrezzoVendita As Nullable(Of Double) End Class End Namespace End Namespace