16 lines
836 B
Markdown
16 lines
836 B
Markdown
# Services
|
|
|
|
Application services including authentication, grid data source prototyping, and LINQ expression tree serialization for SignalR/HTTP transport.
|
|
|
|
## Key Files
|
|
|
|
- **`AcGridDataSource.cs`** -- Commented-out prototype of a `GridCustomDataSource` wrapping an `AcSignalRDataSource` with OData-style filtering. Not currently active; the working implementation lives in `Components/Grids/MgGridSignalRDataSource.cs`.
|
|
|
|
## Subfolders
|
|
|
|
- **`Logins/`** -- Web authentication service.
|
|
- **`ExpressionHelpers/`** -- LINQ expression tree serialization and deserialization to JSON for transport over SignalR or HTTP.
|
|
|
|
---
|
|
> **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.
|