' Options: 'Date: 2025-08-05 02:45:57 '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: PersonaRequestDto.* '''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.DigitalExperienceCloud.Client Imports Telerik.Sitefinity.DataIntelligenceConnector.Personalization.Services Imports Telerik.Sitefinity.DataIntelligenceConnector.Personalization Namespace Global Namespace Telerik.DigitalExperienceCloud.Client Public Partial Class Persona Public Overridable Property Id As Integer Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property PhotoUrl As String Public Overridable Property State As PersonaState Public Overridable Property Threshold As Integer Public Overridable Property CreatedOn As Nullable(Of Date) Public Overridable Property CreatedByUserId As String Public Overridable Property ModifiedOn As Nullable(Of Date) Public Overridable Property ModifiedByUserId As String Public Overridable Property ToBeReinitializedAt As Nullable(Of Date) End Class Public Enum PersonaState Inactive Active ToBeDeleted End Enum End Namespace Namespace Telerik.Sitefinity.DataIntelligenceConnector.Personalization Public Partial Class PersonaListViewModel Public Overridable Property Personаs As IList(Of Persona) Public Overridable Property DecAppUrl As String End Class End Namespace Namespace Telerik.Sitefinity.DataIntelligenceConnector.Personalization.Services Public Partial Class PersonaRequestDto Implements IReturn(Of PersonaListViewModel) Public Overridable Property Filter As String End Class End Namespace End Namespace