ProviderConventionSetBuilderDependencies.With メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
With(IDiagnosticsLogger<DbLoggerCategory.Model.Validation>) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(IDiagnosticsLogger<DbLoggerCategory.Model>) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(ICurrentDbContext) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(IDbSetFinder) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(IModelValidator) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(IDbSetFinder) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(IConstructorBindingFactory) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(IMemberClassifier) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(IParameterBindingFactories) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(ITypeMappingSource) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(IDiagnosticsLogger<DbLoggerCategory.Model.Validation>)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies With (Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> validationLogger);
member this.With : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> -> Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies
Public Function With (validationLogger As IDiagnosticsLogger(Of DbLoggerCategory.Model.Validation)) As ProviderConventionSetBuilderDependencies
パラメーター
- validationLogger
- IDiagnosticsLogger<DbLoggerCategory.Model.Validation>
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
With(IDiagnosticsLogger<DbLoggerCategory.Model>)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies With (Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> logger);
member this.With : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> -> Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies
Public Function With (logger As IDiagnosticsLogger(Of DbLoggerCategory.Model)) As ProviderConventionSetBuilderDependencies
パラメーター
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
With(ICurrentDbContext)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies With (Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext currentContext);
member this.With : Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext -> Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies
Public Function With (currentContext As ICurrentDbContext) As ProviderConventionSetBuilderDependencies
パラメーター
- currentContext
- ICurrentDbContext
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
With(IDbSetFinder)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies With (Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder setFinder);
member this.With : Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder -> Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies
Public Function With (setFinder As IDbSetFinder) As ProviderConventionSetBuilderDependencies
パラメーター
- setFinder
- IDbSetFinder
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
With(IModelValidator)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies With (Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator validator);
member this.With : Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator -> Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies
Public Function With (validator As IModelValidator) As ProviderConventionSetBuilderDependencies
パラメーター
- validator
- IModelValidator
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
With(IDbSetFinder)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies With (Microsoft.EntityFrameworkCore.Internal.IDbSetFinder setFinder);
member this.With : Microsoft.EntityFrameworkCore.Internal.IDbSetFinder -> Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies
Public Function With (setFinder As IDbSetFinder) As ProviderConventionSetBuilderDependencies
パラメーター
- setFinder
- Microsoft.EntityFrameworkCore.Internal.IDbSetFinder
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
With(IConstructorBindingFactory)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies With (Microsoft.EntityFrameworkCore.Metadata.IConstructorBindingFactory constructorBindingFactory);
member this.With : Microsoft.EntityFrameworkCore.Metadata.IConstructorBindingFactory -> Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies
Public Function With (constructorBindingFactory As IConstructorBindingFactory) As ProviderConventionSetBuilderDependencies
パラメーター
- constructorBindingFactory
- IConstructorBindingFactory
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
With(IMemberClassifier)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies With (Microsoft.EntityFrameworkCore.Metadata.Internal.IMemberClassifier memberClassifier);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies With (Microsoft.EntityFrameworkCore.Metadata.Internal.IMemberClassifier memberClassifier);
member this.With : Microsoft.EntityFrameworkCore.Metadata.Internal.IMemberClassifier -> Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
member this.With : Microsoft.EntityFrameworkCore.Metadata.Internal.IMemberClassifier -> Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies
Public Function With (memberClassifier As IMemberClassifier) As ProviderConventionSetBuilderDependencies
パラメーター
- memberClassifier
- Microsoft.EntityFrameworkCore.Metadata.Internal.IMemberClassifier
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
- 属性
適用対象
With(IParameterBindingFactories)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies With (Microsoft.EntityFrameworkCore.Metadata.IParameterBindingFactories parameterBindingFactories);
member this.With : Microsoft.EntityFrameworkCore.Metadata.IParameterBindingFactories -> Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies
Public Function With (parameterBindingFactories As IParameterBindingFactories) As ProviderConventionSetBuilderDependencies
パラメーター
- parameterBindingFactories
- IParameterBindingFactories
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
With(ITypeMappingSource)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies With (Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource typeMappingSource);
member this.With : Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource -> Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies
Public Function With (typeMappingSource As ITypeMappingSource) As ProviderConventionSetBuilderDependencies
パラメーター
- typeMappingSource
- ITypeMappingSource
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
Entity Framework