Internal NuGet package containing Hestino tenant database table models shared across Hestino backend services.
| Package ID | Hestino.TenantTables |
|---|---|
| Current Version | 2026.1.2 |
| Target Framework | .NET Standard 2.1 |
| NuGet Feed | https://nuget.dreamconsistency.com/v3/index.json |
| Bitbucket Repository | Hestino.TenantTables |
| Jenkins Job | Hestino - Packages / Hestino.TenantTables - NuGet Release |
Hestino.TenantTables contains only Hestino tenant database table models.
It is intended to be consumed by backend services that need strongly typed access to Hestino tenant database tables.
| Service | Usage |
|---|---|
Hestino.Admin.Api |
Admin tenant database access. |
Hestino.Api |
Future public/menu tenant database access. |
| Future Hestino workers | Background processing over Hestino tenant data. |
This section lists table model classes included in the package. Detailed property-level documentation should be placed on separate table group pages when the package grows.
| Area | Class | Database Table | Primary Key | Purpose | Details |
|---|---|---|---|---|---|
| Test | tst_test_tables |
tst_test_tables |
TST_Test_TablesID |
Temporary test table used to validate Hestino.TenantTables NuGet package wiring. | Open page → |
Add the package to a consuming backend service:
Then reference table classes in the tenant transaction context:
This package uses the Hestino internal package version format:
| Version | Meaning |
|---|---|
2026.1.0 |
First Hestino.TenantTables release in 2026. |
2026.1.1 |
Patch or non-breaking correction for release 2026.1.0. |
2026.2.0 |
Second package release in 2026. |
| Version | Date | Change |
|---|---|---|
2026.1.2 |
2026-08-12 | Added PublicRouteKey to loc_locations table. |
2026.1.0 |
2026-07-08 | Initial package release with test table model. |