MigrationsScaffolderDependencies.With Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| With(IMigrator) |
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar. |
| With(IMigrationsModelDiffer) |
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar. |
| With(IMigrationsIdGenerator) |
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar. |
| With(IMigrationsAssembly) |
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar. |
| With(IHistoryRepository) |
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar. |
| With(IModel) |
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar. |
| With(IMigrationsCodeGenerator) |
Kullanımdan kalktı.
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar. |
| With(ISnapshotModelProcessor) |
Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir. |
| With(ICurrentDbContext) |
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar. |
| With(ICurrentDbContext) |
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar. |
| With(IOperationReporter) |
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar. |
| With(IMigrationsCodeGeneratorSelector) |
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar. |
| With(IDatabaseProvider) |
Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir. |
With(IMigrator)
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Migrations.IMigrator migrator);
member this.With : Microsoft.EntityFrameworkCore.Migrations.IMigrator -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
Public Function With (migrator As IMigrator) As MigrationsScaffolderDependencies
Parametreler
- migrator
- IMigrator
Bu türün geçerli bağımlılığı için bir değiştirme.
Döndürülenler
Verilen hizmet ile yeni bir parametre nesnesi değişti.
Şunlara uygulanır
With(IMigrationsModelDiffer)
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer migrationsModelDiffer);
member this.With : Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
Public Function With (migrationsModelDiffer As IMigrationsModelDiffer) As MigrationsScaffolderDependencies
Parametreler
- migrationsModelDiffer
- IMigrationsModelDiffer
Bu türün geçerli bağımlılığı için bir değiştirme.
Döndürülenler
Verilen hizmet ile yeni bir parametre nesnesi değişti.
Şunlara uygulanır
With(IMigrationsIdGenerator)
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Migrations.IMigrationsIdGenerator migrationsIdGenerator);
member this.With : Microsoft.EntityFrameworkCore.Migrations.IMigrationsIdGenerator -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
Public Function With (migrationsIdGenerator As IMigrationsIdGenerator) As MigrationsScaffolderDependencies
Parametreler
- migrationsIdGenerator
- IMigrationsIdGenerator
Bu türün geçerli bağımlılığı için bir değiştirme.
Döndürülenler
Verilen hizmet ile yeni bir parametre nesnesi değişti.
Şunlara uygulanır
With(IMigrationsAssembly)
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly migrationsAssembly);
member this.With : Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
Public Function With (migrationsAssembly As IMigrationsAssembly) As MigrationsScaffolderDependencies
Parametreler
- migrationsAssembly
- IMigrationsAssembly
Bu türün geçerli bağımlılığı için bir değiştirme.
Döndürülenler
Verilen hizmet ile yeni bir parametre nesnesi değişti.
Şunlara uygulanır
With(IHistoryRepository)
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository historyRepository);
member this.With : Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
Public Function With (historyRepository As IHistoryRepository) As MigrationsScaffolderDependencies
Parametreler
- historyRepository
- IHistoryRepository
Bu türün geçerli bağımlılığı için bir değiştirme.
Döndürülenler
Verilen hizmet ile yeni bir parametre nesnesi değişti.
Şunlara uygulanır
With(IModel)
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Metadata.IModel model);
member this.With : Microsoft.EntityFrameworkCore.Metadata.IModel -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
Public Function With (model As IModel) As MigrationsScaffolderDependencies
Parametreler
- model
- IModel
Bu türün geçerli bağımlılığı için bir değiştirme.
Döndürülenler
Verilen hizmet ile yeni bir parametre nesnesi değişti.
Şunlara uygulanır
With(IMigrationsCodeGenerator)
Dikkat
Use an MigrationCodeGeneratorSelector instead.
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Migrations.Design.IMigrationsCodeGenerator migrationCodeGenerator);
[System.Obsolete("Use an MigrationCodeGeneratorSelector instead.")]
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Migrations.Design.IMigrationsCodeGenerator migrationCodeGenerator);
member this.With : Microsoft.EntityFrameworkCore.Migrations.Design.IMigrationsCodeGenerator -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
[<System.Obsolete("Use an MigrationCodeGeneratorSelector instead.")>]
member this.With : Microsoft.EntityFrameworkCore.Migrations.Design.IMigrationsCodeGenerator -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
Public Function With (migrationCodeGenerator As IMigrationsCodeGenerator) As MigrationsScaffolderDependencies
Parametreler
- migrationCodeGenerator
- IMigrationsCodeGenerator
Bu türün geçerli bağımlılığı için bir değiştirme.
Döndürülenler
Verilen hizmet ile yeni bir parametre nesnesi değişti.
- Öznitelikler
Şunlara uygulanır
With(ISnapshotModelProcessor)
Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Migrations.Internal.ISnapshotModelProcessor snapshotModelProcessor);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Migrations.Internal.ISnapshotModelProcessor snapshotModelProcessor);
member this.With : Microsoft.EntityFrameworkCore.Migrations.Internal.ISnapshotModelProcessor -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
member this.With : Microsoft.EntityFrameworkCore.Migrations.Internal.ISnapshotModelProcessor -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
Public Function With (snapshotModelProcessor As ISnapshotModelProcessor) As MigrationsScaffolderDependencies
Parametreler
- snapshotModelProcessor
- Microsoft.EntityFrameworkCore.Migrations.Internal.ISnapshotModelProcessor
Bu türün geçerli bağımlılığı için bir değiştirme.
Döndürülenler
Verilen hizmetin yerini alan yeni bir parametre nesnesi.
- Öznitelikler
Şunlara uygulanır
With(ICurrentDbContext)
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Internal.ICurrentDbContext currentDbContext);
member this.With : Microsoft.EntityFrameworkCore.Internal.ICurrentDbContext -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
Public Function With (currentDbContext As ICurrentDbContext) As MigrationsScaffolderDependencies
Parametreler
- currentDbContext
- Microsoft.EntityFrameworkCore.Internal.ICurrentDbContext
Bu türün geçerli bağımlılığı için bir değiştirme.
Döndürülenler
Verilen hizmet ile yeni bir parametre nesnesi değişti.
Şunlara uygulanır
With(ICurrentDbContext)
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext currentContext);
member this.With : Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
Public Function With (currentContext As ICurrentDbContext) As MigrationsScaffolderDependencies
Parametreler
- currentContext
- ICurrentDbContext
Bu türün geçerli bağımlılığı için bir değiştirme.
Döndürülenler
Verilen hizmet ile yeni bir parametre nesnesi değişti.
Şunlara uygulanır
With(IOperationReporter)
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Design.Internal.IOperationReporter operationReporter);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Design.Internal.IOperationReporter operationReporter);
member this.With : Microsoft.EntityFrameworkCore.Design.Internal.IOperationReporter -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
member this.With : Microsoft.EntityFrameworkCore.Design.Internal.IOperationReporter -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
Public Function With (operationReporter As IOperationReporter) As MigrationsScaffolderDependencies
Parametreler
- operationReporter
- Microsoft.EntityFrameworkCore.Design.Internal.IOperationReporter
Bu türün geçerli bağımlılığı için bir değiştirme.
Döndürülenler
Verilen hizmet ile yeni bir parametre nesnesi değişti.
- Öznitelikler
Şunlara uygulanır
With(IMigrationsCodeGeneratorSelector)
Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Migrations.Design.IMigrationsCodeGeneratorSelector migrationsCodeGeneratorSelector);
member this.With : Microsoft.EntityFrameworkCore.Migrations.Design.IMigrationsCodeGeneratorSelector -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
Public Function With (migrationsCodeGeneratorSelector As IMigrationsCodeGeneratorSelector) As MigrationsScaffolderDependencies
Parametreler
- migrationsCodeGeneratorSelector
- IMigrationsCodeGeneratorSelector
Bu türün geçerli bağımlılığı için bir değiştirme.
Döndürülenler
Verilen hizmet ile yeni bir parametre nesnesi değişti.
Şunlara uygulanır
With(IDatabaseProvider)
Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.
public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies With (Microsoft.EntityFrameworkCore.Storage.IDatabaseProvider databaseProvider);
member this.With : Microsoft.EntityFrameworkCore.Storage.IDatabaseProvider -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolderDependencies
Public Function With (databaseProvider As IDatabaseProvider) As MigrationsScaffolderDependencies
Parametreler
- databaseProvider
- IDatabaseProvider
Bu türün geçerli bağımlılığının yerini alan.
Döndürülenler
Verilen hizmetin yerini alan yeni bir parametre nesnesi.