' Options: 'Date: 2025-07-04 10:19:27 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://doapigw.baasbv.nl/api ' '''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: GetApplicationInfo.* '''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.Drawing Imports IDB.Diagnostics.DTO Namespace Global Namespace IDB.Diagnostics.DTO Public Partial Class ApplicationInfo Public Sub New() ModulesInformation = New List(Of ModuleInformation) End Sub Public Overridable Property ApplicationName As String Public Overridable Property Version As String Public Overridable Property VersionGateway As String Public Overridable Property Environment As String Public Overridable Property MachineName As String Public Overridable Property CustomerCode As String Public Overridable Property CustomerBrandCode As String Public Overridable Property DatabaseName As String Public Overridable Property DatabaseVersion As String Public Overridable Property DatabaseServer As String Public Overridable Property UserName As String Public Overridable Property UserLoginName As String Public Overridable Property ModulesInformation As List(Of ModuleInformation) Public Overridable Property WebsiteIntranetUrl As String Public Overridable Property IDBOpties As Boolean Public Overridable Property OnPremisesUrl As String Public Overridable Property OnLineUrl As String Public Overridable Property IsApiGateway As Boolean Public Overridable Property HasCRMModuleActive As Boolean Public Overridable Property HasExtranetModuleActive As Boolean Public Overridable Property HasHuisstijlMOModuleActive As Boolean Public Overridable Property HasDigitaalOndertekenenModuleActive As Boolean Public Overridable Property HasDOVoorWordHuisstijl As Boolean Public Overridable Property HasDOVoorWordRegistreren As Boolean Public Overridable Property HasDOVoorExcelHuisstijl As Boolean Public Overridable Property HasDOVoorExcelRegistreren As Boolean Public Overridable Property HasDOVoorPowerPointHuisstijl As Boolean Public Overridable Property HasDOVoorPowerPointRegistreren As Boolean Public Overridable Property HasDOVoorOutlookHuisstijl As Boolean Public Overridable Property HasDOVoorOutlookRegistreren As Boolean End Class Public Partial Class GetApplicationInfo Implements IReturn(Of ApplicationInfo) Public Overridable Property IncludeModules As Boolean Public Overridable Property IncludeOfficeAddins As Boolean End Class Public Partial Class ModuleInformation Public Overridable Property ModuleName As String Public Overridable Property ModuleVersion As String Public Overridable Property ModuleDate As Date End Class End Namespace End Namespace