' Options: 'Date: 2026-02-04 07:55:51 'Version: 8.10 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: http://webservices.mbukdatabase.co.uk/MBMicrositeFooterService ' '''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: MicrositeDataRequest.* '''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 MBMicrositeFooterService.DataLib.Model Imports MBMicrositeFooterService.ServiceModel Namespace Global Namespace MBMicrositeFooterService.DataLib.Model Public Partial Class LinkData Public Overridable Property LinkID As Integer Public Overridable Property LinkText As String Public Overridable Property LinkUrl As String End Class End Namespace Namespace MBMicrositeFooterService.ServiceModel Public Partial Class MicrositeDataRequest Implements IReturn(Of MicrositeDataResponse) End Class Public Partial Class MicrositeDataResponse Public Overridable Property linkData As List(Of LinkData) Public Overridable Property Status As Response End Class Public Partial Class Response Public Overridable Property Code As String Public Overridable Property Message As String End Class End Namespace End Namespace