Click or drag to resize

AnalysisDataModelRegistrations Methods

[This is preliminary documentation and is subject to change.]

The AnalysisDataModelRegistrations type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetRegistrationsByConvention
Gets a list of types (interfaces) and their implementations by convention
Public methodStatic memberPerformManualRegistrations
Manually register special types on the provided Container This usually means types that could not be registered by convention (e.g. collections, decorators, conditional, singleton, ...)
Public methodStatic memberSetupPostDependencyInjection
Performs actions that require the container to be setup completely
Top
See Also