FruitBankHybridApp/FruitBankHybrid.Shared/Services/SignalRs
Adam bad80dd660 fuckkkkkkkk 2026-06-06 17:18:48 +02:00
..
FruitBankSignalRClient.cs fuckkkkkkkk 2026-06-06 17:18:48 +02:00
README.md Update docs: enforce .md sync, clarify structure & TFMs 2026-03-29 09:26:16 +02:00
SignalRDataSource.cs Add logger support to grids, data sources, and helpers 2026-05-30 06:47:06 +02: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.