Click or drag to resize

MultitenantContainer Properties

The MultitenantContainer type exposes the following members.

Properties
  NameDescription
Public propertyApplicationContainer
Gets the base application container.
Public propertyComponentRegistry
Gets the current tenant's registry that associates services with the components that provide them.
Public propertyDiagnosticSource
Gets the DiagnosticListener to which trace events should be written.
Public propertyDisposer
Gets the disposer associated with the current tenant's ILifetimeScope. Component instances can be associated with it manually if required.
Protected propertyIsDisposed
Gets a value indicating whether the current instance has been disposed.
(Inherited from Disposable.)
Public propertyTag
Gets the tag applied to the current tenant's ILifetimeScope.
Public propertyTenantIdentificationStrategy
Gets the strategy used for identifying the current tenant.
Top
See Also