' Options: 'Date: 2026-09-01 04:07:27 'Version: 8.0 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api-stage.smartfarmertech.com ' '''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: ProductsMetricsAutoQueryDelete.* '''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 sfgboxapi.ServiceModel.Types Imports sfgboxapi.ServiceModel Namespace Global Namespace sfgboxapi.ServiceModel Public Partial Class ProductsMetricsAutoQueryDelete Implements IReturnVoid Implements IDeleteDb(Of ProductsMetrics) Public Overridable Property Id As Long Public Overridable Property ResponseStatus As ResponseStatus End Class End Namespace Namespace sfgboxapi.ServiceModel.Types Public Partial Class ProductsMetrics Public Overridable Property Id As Long Public Overridable Property TenantsId As Long Public Overridable Property ZonesId As Long Public Overridable Property ProductsId As Long Public Overridable Property PriceKg As Double Public Overridable Property PriceDescription As String Public Overridable Property BetaineMg As Nullable(Of Double) Public Overridable Property CalciumMg As Nullable(Of Double) Public Overridable Property CholineMg As Nullable(Of Double) Public Overridable Property CopperMg As Nullable(Of Double) Public Overridable Property FiberG As Nullable(Of Double) Public Overridable Property FluorideMg As Nullable(Of Double) Public Overridable Property FolateMcg As Nullable(Of Double) Public Overridable Property IronMg As Nullable(Of Double) Public Overridable Property MagnesiumMg As Nullable(Of Double) Public Overridable Property MangeneseMg As Nullable(Of Double) Public Overridable Property MonoG As Nullable(Of Double) Public Overridable Property NiacinMg As Nullable(Of Double) Public Overridable Property Omega3Mg As Nullable(Of Double) Public Overridable Property Omega6Mg As Nullable(Of Double) Public Overridable Property PanthenicAcidMg As Nullable(Of Double) Public Overridable Property PhosphorusMg As Nullable(Of Double) Public Overridable Property PolyG As Nullable(Of Double) Public Overridable Property PotassiumMg As Nullable(Of Double) Public Overridable Property ProteinG As Nullable(Of Double) Public Overridable Property RiboflavinMg As Nullable(Of Double) Public Overridable Property SaturatedG As Nullable(Of Double) Public Overridable Property SeleniumMcg As Nullable(Of Double) Public Overridable Property SodiumMg As Nullable(Of Double) Public Overridable Property StarchG As Nullable(Of Double) Public Overridable Property SugarsG As Nullable(Of Double) Public Overridable Property ThiaminMg As Nullable(Of Double) Public Overridable Property VitaminAMcg As Nullable(Of Double) Public Overridable Property VitaminB12Mcg As Nullable(Of Double) Public Overridable Property VitaminB6Mg As Nullable(Of Double) Public Overridable Property VitaminCMg As Nullable(Of Double) Public Overridable Property VitaminDMg As Nullable(Of Double) Public Overridable Property VitaminEMg As Nullable(Of Double) Public Overridable Property VitaminKMcg As Nullable(Of Double) Public Overridable Property ZincMg As Nullable(Of Double) Public Overridable Property TransG As Nullable(Of Double) End Class End Namespace End Namespace