' Options: 'Date: 2024-10-18 04:27:20 'Version: 6.40 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://digiofficeapigateway.deltares.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: GetProjectDetails.* '''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.API.DTO.Project.Operations Imports IDB.API.DTO.Project Namespace Global Namespace IDB.API.DTO.Project Public Partial Class ProjectDetails Public Overridable Property ID As Integer Public Overridable Property GlobalID As Guid Public Overridable Property Number As String Public Overridable Property Name As String Public Overridable Property Description1 As String Public Overridable Property Description2 As String Public Overridable Property Active As Boolean Public Overridable Property CorrespondenceInternalCompanyID As Integer Public Overridable Property CorrespondenceInternalCompanyName As String Public Overridable Property CorrespondenceInternalCompanyGlobalID As Guid Public Overridable Property Postalcode As String Public Overridable Property City As String Public Overridable Property CountryID As Integer Public Overridable Property CountryGlobalID As Guid Public Overridable Property CountryName As String Public Overridable Property GeoLocation As String Public Overridable Property AddressComplete As String Public Overridable Property CategoryID As Integer Public Overridable Property CategoryDescription As String Public Overridable Property CategoryGlobalID As Guid End Class End Namespace Namespace IDB.API.DTO.Project.Operations Public Partial Class GetProjectDetails Implements IReturn(Of ProjectDetails) Public Overridable Property ID As Integer End Class End Namespace End Namespace