' Options: 'Date: 2025-08-05 02:22:25 'Version: 8.0 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://www.asg.com.au/RestApi ' '''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: GetABTestEditPageSelector.* '''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 System.Globalization Imports Telerik.Sitefinity.ABTesting.Model Imports Telerik.Sitefinity.ABTesting.Services.Dto.Request Imports Telerik.Sitefinity.ABTesting.Services.Dto.Response Namespace Global Namespace Telerik.Sitefinity.ABTesting.Model Public Enum ABTestStatus NotStarted Scheduled Active Stopped Ended End Enum End Namespace Namespace Telerik.Sitefinity.ABTesting.Services.Dto.Request Public Partial Class GetABTestEditPageSelector Implements IReturn(Of ABTestEditPageSelectorViewModel) Implements IHasConnectionError Public Overridable Property PageNodeId As Guid Public Overridable Property Culture As String Public Overridable Property HasConnectionConfigurationError As Boolean End Class Public Interface IHasConnectionError Property HasConnectionConfigurationError As Boolean Property PageNodeId As Guid End Interface End Namespace Namespace Telerik.Sitefinity.ABTesting.Services.Dto.Response Public Partial Class ABTestEditPageSelectorViewModel Public Overridable Property Id As Guid Public Overridable Property Status As ABTestStatus Public Overridable Property Variations As ICollection(Of ABTestVariationViewModel) Public Overridable Property PreviewLink As String Public Overridable Property AbTestingApiServerHasConnection As Boolean Public Overridable Property HasConnectionConfigurationError As Boolean Public Overridable Property WarningMessage As String Public Overridable Property ApiKeyChanged As Boolean End Class Public Partial Class ABTestVariationViewModel Public Overridable Property VariatonId As Guid Public Overridable Property VariationName As String Public Overridable Property VariationLink As String Public Overridable Property IsWinner As Boolean Public Overridable Property Ordinal As Integer End Class End Namespace End Namespace