TypeMappingSourceDependencies.With Yöntem

Tanım

Aşırı Yüklemeler

With(IValueConverterSelector)

Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.

With(IEnumerable<ITypeMappingSourcePlugin>)

Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.

With(IValueConverterSelector)

Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.

public Microsoft.EntityFrameworkCore.Storage.TypeMappingSourceDependencies With (Microsoft.EntityFrameworkCore.Storage.ValueConversion.IValueConverterSelector valueConverterSelector);
member this.With : Microsoft.EntityFrameworkCore.Storage.ValueConversion.IValueConverterSelector -> Microsoft.EntityFrameworkCore.Storage.TypeMappingSourceDependencies
Public Function With (valueConverterSelector As IValueConverterSelector) As TypeMappingSourceDependencies

Parametreler

valueConverterSelector
IValueConverterSelector

Bu türün geçerli bağımlılığı için bir değiştirme.

Döndürülenler

TypeMappingSourceDependencies

Verilen hizmet ile yeni bir parametre nesnesi değişti.

Şunlara uygulanır

With(IEnumerable<ITypeMappingSourcePlugin>)

Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.

public Microsoft.EntityFrameworkCore.Storage.TypeMappingSourceDependencies With (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Storage.ITypeMappingSourcePlugin> plugins);
member this.With : seq<Microsoft.EntityFrameworkCore.Storage.ITypeMappingSourcePlugin> -> Microsoft.EntityFrameworkCore.Storage.TypeMappingSourceDependencies
Public Function With (plugins As IEnumerable(Of ITypeMappingSourcePlugin)) As TypeMappingSourceDependencies

Parametreler

plugins
IEnumerable<ITypeMappingSourcePlugin>

Bu türün geçerli bağımlılığı için bir değiştirme.

Döndürülenler

TypeMappingSourceDependencies

Verilen hizmet ile yeni bir parametre nesnesi değişti.

Şunlara uygulanır