Share via


ProviderConventionSetBuilderDependencies Constructors

Definition

Overloads

ProviderConventionSetBuilderDependencies(ITypeMappingSource, IConstructorBindingFactory, IParameterBindingFactories, IMemberClassifier, IDiagnosticsLogger<DbLoggerCategory.Model>, IDiagnosticsLogger<DbLoggerCategory.Model.Validation>, IDbSetFinder, ICurrentDbContext)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

ProviderConventionSetBuilderDependencies(ITypeMappingSource, IConstructorBindingFactory, IParameterBindingFactories, IMemberClassifier, IDiagnosticsLogger<DbLoggerCategory.Model>, IDiagnosticsLogger<DbLoggerCategory.Model.Validation>, IDbSetFinder, ICurrentDbContext, IModelValidator)

Creates the service dependencies parameter object for a ProviderConventionSetBuilder.

Do not call this constructor directly from either provider or application code as it may change as new dependencies are added. Instead, use this type in your constructor so that an instance will be created and injected automatically by the dependency injection container. To create an instance with some dependent services replaced, first resolve the object from the dependency injection container, then replace selected services using the 'With...' methods. Do not call the constructor at any point in this process.

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

ProviderConventionSetBuilderDependencies(ITypeMappingSource, IConstructorBindingFactory, IParameterBindingFactories, IMemberClassifier, IDiagnosticsLogger<DbLoggerCategory.Model>, IDiagnosticsLogger<DbLoggerCategory.Model.Validation>, IDbSetFinder, ICurrentDbContext, IModelValidator)

Creates the service dependencies parameter object for a ProviderConventionSetBuilder.

Do not call this constructor directly from either provider or application code as it may change as new dependencies are added. Instead, use this type in your constructor so that an instance will be created and injected automatically by the dependency injection container. To create an instance with some dependent services replaced, first resolve the object from the dependency injection container, then replace selected services using the 'With...' methods. Do not call the constructor at any point in this process.

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

ProviderConventionSetBuilderDependencies(ITypeMappingSource, IConstructorBindingFactory, IParameterBindingFactories, IMemberClassifier, IDiagnosticsLogger<DbLoggerCategory.Model>, IDiagnosticsLogger<DbLoggerCategory.Model.Validation>, IDbSetFinder, ICurrentDbContext)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public ProviderConventionSetBuilderDependencies (Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource typeMappingSource, Microsoft.EntityFrameworkCore.Metadata.IConstructorBindingFactory constructorBindingFactory, Microsoft.EntityFrameworkCore.Metadata.IParameterBindingFactories parameterBindingFactories, Microsoft.EntityFrameworkCore.Metadata.Internal.IMemberClassifier memberClassifier, Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> logger, Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> validationLogger, Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder setFinder, Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext currentContext);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies : Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource * Microsoft.EntityFrameworkCore.Metadata.IConstructorBindingFactory * Microsoft.EntityFrameworkCore.Metadata.IParameterBindingFactories * Microsoft.EntityFrameworkCore.Metadata.Internal.IMemberClassifier * Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> * Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> * Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder * Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext -> Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies
Public Sub New (typeMappingSource As ITypeMappingSource, constructorBindingFactory As IConstructorBindingFactory, parameterBindingFactories As IParameterBindingFactories, memberClassifier As IMemberClassifier, logger As IDiagnosticsLogger(Of DbLoggerCategory.Model), validationLogger As IDiagnosticsLogger(Of DbLoggerCategory.Model.Validation), setFinder As IDbSetFinder, currentContext As ICurrentDbContext)

Parameters

typeMappingSource
ITypeMappingSource
constructorBindingFactory
IConstructorBindingFactory
parameterBindingFactories
IParameterBindingFactories
memberClassifier
Microsoft.EntityFrameworkCore.Metadata.Internal.IMemberClassifier
setFinder
IDbSetFinder
currentContext
ICurrentDbContext
Attributes

Remarks

Do not call this constructor directly from either provider or application code as it may change as new dependencies are added. Instead, use this type in your constructor so that an instance will be created and injected automatically by the dependency injection container. To create an instance with some dependent services replaced, first resolve the object from the dependency injection container, then replace selected services using the C# 'with' operator. Do not call the constructor at any point in this process.

Applies to

ProviderConventionSetBuilderDependencies(ITypeMappingSource, IConstructorBindingFactory, IParameterBindingFactories, IMemberClassifier, IDiagnosticsLogger<DbLoggerCategory.Model>, IDiagnosticsLogger<DbLoggerCategory.Model.Validation>, IDbSetFinder, ICurrentDbContext, IModelValidator)

Creates the service dependencies parameter object for a ProviderConventionSetBuilder.

Do not call this constructor directly from either provider or application code as it may change as new dependencies are added. Instead, use this type in your constructor so that an instance will be created and injected automatically by the dependency injection container. To create an instance with some dependent services replaced, first resolve the object from the dependency injection container, then replace selected services using the 'With...' methods. Do not call the constructor at any point in this process.

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public ProviderConventionSetBuilderDependencies (Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource typeMappingSource, Microsoft.EntityFrameworkCore.Metadata.IConstructorBindingFactory constructorBindingFactory, Microsoft.EntityFrameworkCore.Metadata.IParameterBindingFactories parameterBindingFactories, Microsoft.EntityFrameworkCore.Metadata.Internal.IMemberClassifier memberClassifier, Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> logger, Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> validationLogger, Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder setFinder, Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext currentContext, Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator validator);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies : Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource * Microsoft.EntityFrameworkCore.Metadata.IConstructorBindingFactory * Microsoft.EntityFrameworkCore.Metadata.IParameterBindingFactories * Microsoft.EntityFrameworkCore.Metadata.Internal.IMemberClassifier * Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> * Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> * Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder * Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext * Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator -> Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies
Public Sub New (typeMappingSource As ITypeMappingSource, constructorBindingFactory As IConstructorBindingFactory, parameterBindingFactories As IParameterBindingFactories, memberClassifier As IMemberClassifier, logger As IDiagnosticsLogger(Of DbLoggerCategory.Model), validationLogger As IDiagnosticsLogger(Of DbLoggerCategory.Model.Validation), setFinder As IDbSetFinder, currentContext As ICurrentDbContext, validator As IModelValidator)

Parameters

typeMappingSource
ITypeMappingSource
constructorBindingFactory
IConstructorBindingFactory
parameterBindingFactories
IParameterBindingFactories
memberClassifier
Microsoft.EntityFrameworkCore.Metadata.Internal.IMemberClassifier
setFinder
IDbSetFinder
currentContext
ICurrentDbContext
validator
IModelValidator
Attributes

Applies to

ProviderConventionSetBuilderDependencies(ITypeMappingSource, IConstructorBindingFactory, IParameterBindingFactories, IMemberClassifier, IDiagnosticsLogger<DbLoggerCategory.Model>, IDiagnosticsLogger<DbLoggerCategory.Model.Validation>, IDbSetFinder, ICurrentDbContext, IModelValidator)

Creates the service dependencies parameter object for a ProviderConventionSetBuilder.

Do not call this constructor directly from either provider or application code as it may change as new dependencies are added. Instead, use this type in your constructor so that an instance will be created and injected automatically by the dependency injection container. To create an instance with some dependent services replaced, first resolve the object from the dependency injection container, then replace selected services using the 'With...' methods. Do not call the constructor at any point in this process.

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public ProviderConventionSetBuilderDependencies (Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource typeMappingSource, Microsoft.EntityFrameworkCore.Metadata.IConstructorBindingFactory constructorBindingFactory, Microsoft.EntityFrameworkCore.Metadata.IParameterBindingFactories parameterBindingFactories, Microsoft.EntityFrameworkCore.Metadata.Internal.IMemberClassifier memberClassifier, Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> logger, Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> validationLogger, Microsoft.EntityFrameworkCore.Internal.IDbSetFinder setFinder, Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext currentContext, Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator validator);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies : Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource * Microsoft.EntityFrameworkCore.Metadata.IConstructorBindingFactory * Microsoft.EntityFrameworkCore.Metadata.IParameterBindingFactories * Microsoft.EntityFrameworkCore.Metadata.Internal.IMemberClassifier * Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> * Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> * Microsoft.EntityFrameworkCore.Internal.IDbSetFinder * Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext * Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator -> Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies
Public Sub New (typeMappingSource As ITypeMappingSource, constructorBindingFactory As IConstructorBindingFactory, parameterBindingFactories As IParameterBindingFactories, memberClassifier As IMemberClassifier, logger As IDiagnosticsLogger(Of DbLoggerCategory.Model), validationLogger As IDiagnosticsLogger(Of DbLoggerCategory.Model.Validation), setFinder As IDbSetFinder, currentContext As ICurrentDbContext, validator As IModelValidator)

Parameters

typeMappingSource
ITypeMappingSource
constructorBindingFactory
IConstructorBindingFactory
parameterBindingFactories
IParameterBindingFactories
memberClassifier
Microsoft.EntityFrameworkCore.Metadata.Internal.IMemberClassifier
setFinder
Microsoft.EntityFrameworkCore.Internal.IDbSetFinder
currentContext
ICurrentDbContext
validator
IModelValidator
Attributes

Applies to