Show / Hide Table of Contents

Class ServiceImplementationExtensions

Inheritance
object
ServiceImplementationExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: SuperOffice.Services.Implementation.dll
Syntax
public static class ServiceImplementationExtensions

Methods

AddServicesImplementation(IServiceCollection, IConfiguration)

Add service implementation classes and configuration

Declaration
public static IServiceCollection AddServicesImplementation(this IServiceCollection services, IConfiguration configuration = null)
Parameters
Type Name Description
IServiceCollection services

Service collection to configure

IConfiguration configuration

Options read from this configuration object - options not set if NULL

Returns
Type Description
IServiceCollection

Service collection to chain onto

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top