Skip to main content

configure-multi-tenancy

Configure ABP multi-tenancy with explicit host/tenant boundaries, tenant-aware entities and request resolution, and cross-tenant background execution. USE FOR: implementing IMultiTenant; using ICurrentTenant.Change safely; distinguishing host rows from all-tenant queries; carrying TenantId into background jobs; iterating tenants in background workers with an isolated unit of work; and understanding how entering a tenant scope drives connection resolution. DO NOT USE FOR: general data-filter implementation (use apply-data-filters); configuring connection strings — global, module, mapped, or per-tenant — and the full resolution/fallback order (use configure-connection-strings); general background job, worker, or event-bus setup (use background-jobs-and-events); or tenant-scoped permission definitions (use permissions-and-authorization).

Aller à l'installation

Informations de source

Dépôt
abpframework/abp-skills
Dernière activité de la source
20 juillet 2026 à 03:24
Langue détectée de SKILL.md
anglais
Étoiles
14
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.