Show / Hide Table of Contents

Class ServiceCollectionRepositoryExtensions

Inheritance
object
ServiceCollectionRepositoryExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public static class ServiceCollectionRepositoryExtensions

Methods

AddDefaultRepository(IServiceCollection, Type, Type, bool)

Declaration
public static IServiceCollection AddDefaultRepository(this IServiceCollection services, Type entityType, Type repositoryImplementationType, bool replaceExisting = false)
Parameters
Type Name Description
IServiceCollection services
Type entityType
Type repositoryImplementationType
bool replaceExisting
Returns
Type Description
IServiceCollection
In this article
Back to top Powered by Volosoft