' Options: 'Date: 2025-08-05 01:58:43 '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: CommentCreateRequest.* '''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.Services.Comments.DTO Imports Telerik.Sitefinity.Services.Captcha.DTO Namespace Global Namespace Telerik.Sitefinity.Services.Captcha.DTO Public Partial Class CaptchaInfo Public Overridable Property Answer As String Public Overridable Property CorrectAnswer As String Public Overridable Property InitializationVector As String Public Overridable Property Key As String End Class End Namespace Namespace Telerik.Sitefinity.Services.Comments.DTO Public Partial Class CaptchaInfo Public Overridable Property Answer As String Public Overridable Property CorrectAnswer As String Public Overridable Property InitializationVector As String Public Overridable Property Key As String End Class Public Partial Class CommentCreateRequest Implements IReturn(Of CommentResponse) Public Overridable Property Message As String Public Overridable Property Name As String Public Overridable Property Email As String Public Overridable Property CustomData As String Public Overridable Property ThreadKey As String Public Overridable Property Thread As ThreadCreateRequest Public Overridable Property Captcha As CaptchaInfo Public Overridable Property Rating As Nullable(Of Decimal) End Class Public Partial Class CommentResponse Public Overridable Property Key As String Public Overridable Property Name As String Public Overridable Property Message As String Public Overridable Property DateCreated As Date Public Overridable Property ProfilePictureUrl As String Public Overridable Property ProfilePictureThumbnailUrl As String Public Overridable Property Status As String Public Overridable Property Email As String Public Overridable Property ThreadKey As String Public Overridable Property AuthorIpAddress As String Public Overridable Property CustomData As String Public Overridable Property Rating As Nullable(Of Decimal) End Class Public Partial Class GroupCreateRequest Public Overridable Property Key As String Public Overridable Property Name As String Public Overridable Property Description As String End Class Public Partial Class ThreadCreateRequest Public Overridable Property Key As String Public Overridable Property Type As String Public Overridable Property Behavior As String Public Overridable Property Title As String Public Overridable Property Language As String Public Overridable Property DataSource As String Public Overridable Property GroupKey As String Public Overridable Property Group As GroupCreateRequest End Class End Namespace End Namespace