' Options: 'Date: 2026-09-01 04:00:49 '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: ProductsMetricsAutoQueryEdit.* '''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 ProductsMetricsAutoQueryEdit Inherits ProductsMetrics Implements IReturn(Of ProductsMetrics) Implements IUpdateDb(Of ProductsMetrics) End Class End Namespace Namespace sfgboxapi.ServiceModel.Types Public Partial Class Crops Public Overridable Property Id As Long Public Overridable Property TenantsId As Long Public Overridable Property ZonesId As Long Public Overridable Property Name As String Public Overridable Property LatinName As String Public Overridable Property SoldDescription As String End Class Public Partial Class Products Public Overridable Property Id As Long Public Overridable Property TenantsId As Long Public Overridable Property ZonesId As Long Public Overridable Property VarietiesId As Long Public Overridable Property Description As String End Class 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 Public Partial Class Tenants Public Overridable Property Id As Long Public Overridable Property MainZonesId As Long Public Overridable Property IsPublic As Boolean End Class Public Partial Class Varieties Public Overridable Property Id As Long Public Overridable Property TenantsId As Long Public Overridable Property ZonesId As Long Public Overridable Property CropsId As Long Public Overridable Property Name As String Public Overridable Property About As String Public Overridable Property HeightsCm As Nullable(Of Integer) Public Overridable Property NeedSupport As Boolean Public Overridable Property NeedStakes As Boolean Public Overridable Property NeedTrellis As Boolean End Class Public Partial Class Zones Public Overridable Property Id As Long Public Overridable Property TenantsId As Long Public Overridable Property Name As String Public Overridable Property IsMain As Boolean Public Overridable Property IsDefault As Boolean End Class End Namespace End Namespace