DefaultContainerBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The default container builder implementation based on the Microsoft dependency injection framework.
public class DefaultContainerBuilder : Microsoft.OData.IContainerBuilder
type DefaultContainerBuilder = class
interface IContainerBuilder
Public Class DefaultContainerBuilder
Implements IContainerBuilder
- Inheritance
-
DefaultContainerBuilder
- Implements
Constructors
DefaultContainerBuilder() |
Methods
AddService(ServiceLifetime, Type, Func<IServiceProvider,Object>) |
Adds a service of |
AddService(ServiceLifetime, Type, Type) |
Adds a service of |
BuildContainer() |
Builds a container which implements IServiceProvider and contains all the services registered. |