' Options: 'Date: 2025-08-05 02:41:01 '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: RelationChangeMessage.* '''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.RelatedData.Messages Namespace Global Namespace Telerik.Sitefinity.Services.RelatedData.Messages Public Partial Class RelationChangeMessage Public Sub New() RelationChanges = New ContentLinkChange(){} End Sub Public Overridable Property ItemId As String Public Overridable Property ItemType As String Public Overridable Property ItemProvider As String Public Overridable Property RelationChanges As ContentLinkChange() End Class End Namespace End Namespace