' Options: 'Date: 2026-04-05 18:26:30 '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: EnquiryGetEnquiryChatListForContactId.* '''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 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 End Namespace Namespace Bridge.Private.Api.DTO Public Partial Class EnquiryGetEnquiryChatListForContactId Public Overridable Property EnquiryGuid As Guid End Class End Namespace End Namespace