' Options: 'Date: 2024-10-18 04:26:01 '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: GetDocumentsCount.* '''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.Registrationprofile Imports IDB.API.DTO.Document.Operations Namespace Global Namespace IDB.API.DTO.Document.Operations Public Partial Class GetDocumentsCount Implements IReturn(Of Integer) Public Sub New() DependableFields = New List(Of RegistrationProfileFieldValue) End Sub Public Overridable Property ViewID As Nullable(Of Guid) Public Overridable Property PageSize As Integer Public Overridable Property PageNumber As Integer Public Overridable Property SearchCriteria As String Public Overridable Property ExplorerID As Nullable(Of Guid) Public Overridable Property Path As String Public Overridable Property ExternalNumber As String Public Overridable Property ModifiedSince As Nullable(Of Date) Public Overridable Property AllVersions As Boolean Public Overridable Property Archived As Nullable(Of Boolean) Public Overridable Property FilterName As String Public Overridable Property ProgCode As String Public Overridable Property RegistrationProfileFieldID As Guid Public Overridable Property DependableFields As List(Of RegistrationProfileFieldValue) End Class End Namespace Namespace IDB.API.DTO.Registrationprofile Public Partial Class RegistrationProfileFieldValue Public Overridable Property DocumentFieldID As Guid Public Overridable Property Value As String Public Overridable Property ShadowValue As String Public Overridable Property IsModifiedByUser As Boolean End Class End Namespace End Namespace