ContainerBuilderExtensions 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.
Extension methods for IContainerBuilder.
public static class ContainerBuilderExtensions
type ContainerBuilderExtensions = class
Public Module ContainerBuilderExtensions
- Inheritance
-
ContainerBuilderExtensions
Methods
AddDefaultODataServices(IContainerBuilder, ODataVersion) |
Adds the default OData services to the IContainerBuilder. |
AddDefaultODataServices(IContainerBuilder) |
Adds the default OData services to the IContainerBuilder. |
AddService(IContainerBuilder, ServiceLifetime, Type) |
Adds a service of |
AddService<TService,TImplementation>(IContainerBuilder, ServiceLifetime) |
Adds a service of |
AddService<TService>(IContainerBuilder, ServiceLifetime, Func<IServiceProvider,TService>) |
Adds a service of |
AddService<TService>(IContainerBuilder, ServiceLifetime) |
Adds a service of |
AddServicePrototype<TService>(IContainerBuilder, TService) |
Adds a service prototype of type |