' Options:
'Date: 2025-10-31 06:56: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: GetEntityIdentifier.*
'''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.General.Operations
Imports IDB.API.DTO.General
Namespace Global
    Namespace IDB.API.DTO.General
        Public Partial Class CommonEntityIdentifier
            Public Overridable Property ID As String
            Public Overridable Property DisplayName As String
            Public Overridable Property EntityName As String
        End Class
    End Namespace
    Namespace IDB.API.DTO.General.Operations
        '''
        '''Returns the identifier information of an entity.
        '''
        
        
        Public Partial Class GetEntityIdentifier
            Implements IReturn(Of CommonEntityIdentifier)
            '''
            '''ID of the entity
            '''
            
            Public Overridable Property EntityID As String
            '''
            '''Name of the entity
            '''
            
            Public Overridable Property EntityName As String
        End Class
    End Namespace
End Namespace