' Options: 'Date: 2025-11-08 10:56:35 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://s4w2.api.bettor.cc ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: GetLocalCodePotConfigs.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Six4Win Imports Six4Win.ReadModel Imports Six4Win.WebApi.ServiceModel Namespace Global Namespace Six4Win Public Partial Class LCPConfiguration Public Overridable Property IsActive As Boolean Public Overridable Property Interval As ThresholdInterval Public Overridable Property Pct As Decimal End Class Public Partial Class ThresholdInterval Public Overridable Property Start As Decimal Public Overridable Property [End] As Decimal End Class End Namespace Namespace Six4Win.ReadModel Public Partial Class LocalCodePotConfigurations Public Overridable Property Id As String Public Overridable Property Configurations As Dictionary(Of String, Configuration) Public Partial Class Configuration Public Overridable Property Id As String Public Overridable Property Name As String Public Overridable Property Cfg As LCPConfiguration End Class End Class End Namespace Namespace Six4Win.WebApi.ServiceModel Public Partial Class GetLocalCodePotConfigs Implements IReturn(Of LocalCodePotConfigurations) End Class End Namespace End Namespace