FruitBankHybridApp/FruitBank.Common/Models/README.md

869 B

Models

Application and view models for UI state management.

Key Files

  • LoggedInModel.cs — Authentication state: IsLoggedIn, IsRevisor, IsAdministrator, IsDeveloper. Auto-login from stored credentials (2-day expiration). Customer and role management.
  • MeasuringAttributeValues.cs — IMeasuringAttributeValues implementation: Id, NetWeight, IsMeasurable, HasMeasuringValues().
  • MeasuringModel.cs — ViewModel aggregating Shipping + Partners + ShippingItems + ShippingDocuments.

Subfolders

  • SignalRs/SignalRMessageToClientWithText<T>.cs — Generic message wrapper with optional text and typed content.

LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.