' Options: 'Date: 2026-04-05 18:24:46 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://internal.thebunkerbridge.com ' '''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: EnquiryChatDetails.* '''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.Web.Mvc Imports Bridge.Private.Api.DTO Imports Bridge.Core.ViewModels Namespace Global Namespace Bridge.Core.ViewModels Public Partial Class ChatDetailsViewModel Public Overridable Property VesselId As Integer Public Overridable Property EntityContactId As Integer Public Overridable Property EntityContactGuid As Guid Public Overridable Property EntityContactImageGuid As Guid Public Overridable Property EntityContactFirstName As String Public Overridable Property EntityContactLastName As String Public Overridable Property ChatGuid As Guid Public Overridable Property ChattingWithEntityContactFirstName As String Public Overridable Property ChattingWithEntityContactLastName As String Public Overridable Property ChattingWithEntityContactJobTitle As String Public Overridable Property ChattingWithEntityName As String Public Overridable Property SingleChat As Boolean Public Overridable Property ChattingWithEntityContactId As Integer Public Overridable Property ChattingWithEntityContactGuid As Guid Public Overridable Property ChattingWithEntityContactRole As String Public Overridable Property ChattingWithEntityId As Integer Public Overridable Property ChattingWithEntityContactEmailAddress As String Public Overridable Property NominateSellerAlreadyUsed As Boolean Public Overridable Property ActiveChatAuthorIds As String Public Overridable Property BannerText As String Public Overridable Property ChattingWithEntityContactImageGuid As Guid End Class End Namespace Namespace Bridge.Private.Api.DTO Public Partial Class EnquiryChatDetails Implements IReturn(Of ChatDetailsViewModel) Public Overridable Property Id As Guid Public Overridable Property SingleChat As Boolean End Class End Namespace End Namespace