Aracılığıyla paylaş


ModelCustomizer Oluşturucular

Tanım

Aşırı Yüklemeler

ModelCustomizer()
ModelCustomizer(ModelCustomizerDependencies)

ModelCustomizer sınıfının yeni bir örneğini başlatır.

ModelCustomizer()

public ModelCustomizer ();
Public Sub New ()

Şunlara uygulanır

ModelCustomizer(ModelCustomizerDependencies)

ModelCustomizer sınıfının yeni bir örneğini başlatır.

public ModelCustomizer (Microsoft.EntityFrameworkCore.Infrastructure.ModelCustomizerDependencies dependencies);
new Microsoft.EntityFrameworkCore.Infrastructure.ModelCustomizer : Microsoft.EntityFrameworkCore.Infrastructure.ModelCustomizerDependencies -> Microsoft.EntityFrameworkCore.Infrastructure.ModelCustomizer
Public Sub New (dependencies As ModelCustomizerDependencies)

Parametreler

dependencies
ModelCustomizerDependencies

Bu hizmet için bağımlılıkları içeren parametre nesnesi.

Şunlara uygulanır