Inetdev.AspNet.Multitenancy


Assembly

Version:
5.0.22346.1
Product version:
InetdevFx-CI_master_20221212.1
Product:
Inetdev Framework
Culture:
neutral
Public key token:
856a2402e38a9992

Namespaces (3)

Inetdev.AspNetCore.Binders

TypeSummary
MultitenantDataModelModelBinder Binds a complex model and initializes the properties configured within the application context. Then sets the partition key property of the IDataModel.
MultitenantDataModelModelBinderProvider An IModelBinderProvider that provides a model binder for IDataModel objects with multi-tenant capacity.

Inetdev.AspNetCore.Multitenancy

TypeSummary
HttpContextExtensions Extensions for HttpContext class.
TenantNameLocation Specifies where the tenant name is located.
TenantNameUrlRewriterRule Rewrite the Url by removing the tenant name from the begining of the path.
TenantResolverMiddleware A middleaware that resolves tenant of base on the request.
TenantResolverMiddlewareExtensions Extensions related to TenantResolverMiddleware.
TenantResolverNotifications Specifies events which TenantResolverMiddleware invokes to enable developers control over tenant resolving.
TenantResolverOptions Options for a tenant resolver middleware.

Inetdev.AspNetCore.Multitenancy.Notifications

TypeSummary
TenantNotFoundNotification Notification raised when the tenant is not found.
TenantResolvedNotification Notification raised when a tenant was resolved.