' 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: EnquiriesLive.* '''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.Core.ViewModels Imports Bridge.Private.Api.DTO Namespace Global Namespace Bridge.Core.ViewModels Public Partial Class EntityContactViewModel Public Sub New() AccessLevels = New List(Of GetAllAccessLevelsForEntityContactIdViewModel) End Sub Public Overridable Property Id As Integer Public Overridable Property Guid As Guid Public Overridable Property EntityId As Integer Public Overridable Property FirstName As String Public Overridable Property LastName As String Public Overridable Property Initials As String Public Overridable Property Password As String Public Overridable Property EmailAddress As String Public Overridable Property DarkMode As Boolean Public Overridable Property Entity As EntityViewModel Public Overridable Property LastActive As Nullable(Of Date) Public Overridable Property ImageGuid As Guid Public Overridable Property DialingCodeCountryId As Nullable(Of Integer) Public Overridable Property TelephoneNumber As String Public Overridable Property IsBridgeClient As Boolean Public Overridable Property AccessLevels As List(Of GetAllAccessLevelsForEntityContactIdViewModel) End Class Public Partial Class GetEnquiryChatListForContactIdViewModel Public Overridable Property Id As Integer Public Overridable Property Guid As Guid Public Overridable Property ChatGuid As Guid Public Overridable Property EntityId As Integer Public Overridable Property EntityName As String Public Overridable Property EntityContactId As Integer Public Overridable Property EntityContactFirstName As String Public Overridable Property EntityContactLastName As String Public Overridable Property EntityContactName As String Public Overridable Property EntityContactRoleInChat As String Public Overridable Property ChattingWithEntityId As Integer Public Overridable Property ChattingWithEntityName As String Public Overridable Property ChattingWithEntityContactId As Integer Public Overridable Property ChattingWithEntityContactFirstName As String Public Overridable Property ChattingWithEntityContactLastName As String Public Overridable Property ChattingWithEntityContactName As String Public Overridable Property ChattingWithEntityContactNameAndEntity As String Public Overridable Property ChattingWithEntityContactRoleInChat As String Public Overridable Property UnreadMessagesForEntityContact As Integer Public Overridable Property LastMessageDateTime As String Public Overridable Property LastMessageText As String Public Overridable Property ChatId As Integer Public Overridable Property LastMessageWasFromMe As Boolean Public Overridable Property LastMessageDelivered As Boolean Public Overridable Property LastMessageRead As Boolean Public Overridable Property ChattingWithEntityContactGuid As Guid Public Overridable Property DealRecapCode As Integer Public Overridable Property BannerText As String Public Overridable Property ChattingWithEntityContactImageGuid As Guid End Class Public Partial Class GetLiveEnquiriesForContactAndEntityBeingWorkedOnByListViewModel Public Overridable Property HandlingEnquiryName As String End Class Public Partial Class GetLiveEnquiriesForContactAndEntityCompaniesListViewModel Public Overridable Property CompanyName As String Public Overridable Property ChatGuid As Guid Public Overridable Property EntityContactGuid As Guid Public Overridable Property EntityContactImageGuid As Guid Public Overridable Property EntityContactName As String Public Overridable Property UnreadMessagesForEntityContact As Integer End Class Public Partial Class GetLiveEnquiriesForContactAndEntityViewModel Public Sub New() FlagRound = New Byte(){} GetLiveEnquiriesForContactAndEntityCompaniesList = New List(Of GetLiveEnquiriesForContactAndEntityCompaniesListViewModel) GetLiveEnquiriesForContactAndEntityBeingWorkedOnByList = New List(Of GetLiveEnquiriesForContactAndEntityBeingWorkedOnByListViewModel) GetEnquiryChatListForContactId = New List(Of GetEnquiryChatListForContactIdViewModel) GetLiveEnquiriesForContactAndEntityVolumeDescription = New List(Of GetLiveEnquiriesForContactAndEntityVolumeDescriptionViewModel) End Sub Public Overridable Property Id As Integer Public Overridable Property Guid As Guid Public Overridable Property FlagRound As Byte() Public Overridable Property CountryName As String Public Overridable Property PortName As String Public Overridable Property Latitude As Double Public Overridable Property Longitude As Double Public Overridable Property VesselName As String Public Overridable Property IMONumber As Integer Public Overridable Property DeliveryDate As String Public Overridable Property Companies As String Public Overridable Property GetLiveEnquiriesForContactAndEntityCompaniesList As List(Of GetLiveEnquiriesForContactAndEntityCompaniesListViewModel) Public Overridable Property GetLiveEnquiriesForContactAndEntityBeingWorkedOnByList As List(Of GetLiveEnquiriesForContactAndEntityBeingWorkedOnByListViewModel) Public Overridable Property GetEnquiryChatListForContactId As List(Of GetEnquiryChatListForContactIdViewModel) Public Overridable Property GetLiveEnquiriesForContactAndEntityVolumeDescription As List(Of GetLiveEnquiriesForContactAndEntityVolumeDescriptionViewModel) End Class Public Partial Class GetLiveEnquiriesForContactAndEntityVolumeDescriptionViewModel Public Overridable Property VolDescription As String End Class Public Partial Class LiveEnquiriesForContactAndEntityViewModel Public Sub New() GetLiveEnquiriesForContactAndEntity = New List(Of GetLiveEnquiriesForContactAndEntityViewModel) End Sub Public Overridable Property JustMyEnquiries As Boolean Public Overridable Property CanViewCompanyEnquiries As Boolean Public Overridable Property EntityContactGuid As Guid Public Overridable Property ShowCreateNewEnquiryButton As Boolean Public Overridable Property EntityContact As EntityContactViewModel Public Overridable Property GetLiveEnquiriesForContactAndEntity As List(Of GetLiveEnquiriesForContactAndEntityViewModel) End Class End Namespace Namespace Bridge.Private.Api.DTO Public Partial Class EnquiriesLive Implements IReturn(Of LiveEnquiriesForContactAndEntityViewModel) Public Overridable Property JustMyEnquiries As Boolean End Class End Namespace End Namespace