FruitBankHybridApp/FruitBankHybrid.Shared/Services/SignalRs
Loretta 27ac2d1843 Refactor SignalR message handling in FruitBankSignalRClient
Update MessageReceived to use SignalReceiveParams and construct
SignalResponseDataMessage with more context. Add AyCode.Core.Serializers
using directive for serializer type support.
2026-04-05 09:31:06 +02:00
..
FruitBankSignalRClient.cs Refactor SignalR message handling in FruitBankSignalRClient 2026-04-05 09:31:06 +02:00
README.md Update docs: enforce .md sync, clarify structure & TFMs 2026-03-29 09:26:16 +02:00
SignalRDataSource.cs improvements 2025-11-21 16:28:49 +01:00

README.md

SignalRs

Main SignalR hub client and data source wrappers.

Key Files

  • FruitBankSignalRClient.cs — (~343 lines) Central hub client for ALL server communication. Methods for Partners, Shippings, ShippingItems, ShippingDocuments, Orders, OrderItems, OrderItemPallets, Products, StockTaking, GenericAttributes, Authentication.
  • SignalRDataSource.csSignalRDataSourceList<T> and SignalRDataSourceObservable<T> wrappers for DevExpress grid binding.