Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerModule<TProvidedServices, TRequiredServices>

A container module encapsulates one or more calls to an ContainerBuilder as a reusable component.

typeparam TModuleServices

The ServiceMap of services provided by the module.

Type parameters

Hierarchy

  • ContainerModule

Index

Properties

Methods

Properties

key

The unique key of the module. Modules may be used multiple times, but each key will only be built once in the same container.

Methods

build

Generated using TypeDoc