CSharpMigrationsGeneratorDependencies.With Yöntem

Tanım

Aşırı Yüklemeler

With(ICSharpHelper)

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

With(ICSharpMigrationOperationGenerator)

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

With(ICSharpSnapshotGenerator)

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

With(ICSharpHelper)

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

public Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies With (Microsoft.EntityFrameworkCore.Design.ICSharpHelper csharpHelper);
member this.With : Microsoft.EntityFrameworkCore.Design.ICSharpHelper -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies
Public Function With (csharpHelper As ICSharpHelper) As CSharpMigrationsGeneratorDependencies

Parametreler

csharpHelper
ICSharpHelper

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

Döndürülenler

CSharpMigrationsGeneratorDependencies

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

Şunlara uygulanır

With(ICSharpMigrationOperationGenerator)

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

public Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies With (Microsoft.EntityFrameworkCore.Migrations.Design.ICSharpMigrationOperationGenerator csharpMigrationOperationGenerator);
member this.With : Microsoft.EntityFrameworkCore.Migrations.Design.ICSharpMigrationOperationGenerator -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies
Public Function With (csharpMigrationOperationGenerator As ICSharpMigrationOperationGenerator) As CSharpMigrationsGeneratorDependencies

Parametreler

csharpMigrationOperationGenerator
ICSharpMigrationOperationGenerator

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

Döndürülenler

CSharpMigrationsGeneratorDependencies

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

Şunlara uygulanır

With(ICSharpSnapshotGenerator)

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

public Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies With (Microsoft.EntityFrameworkCore.Migrations.Design.ICSharpSnapshotGenerator csharpSnapshotGenerator);
member this.With : Microsoft.EntityFrameworkCore.Migrations.Design.ICSharpSnapshotGenerator -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies
Public Function With (csharpSnapshotGenerator As ICSharpSnapshotGenerator) As CSharpMigrationsGeneratorDependencies

Parametreler

csharpSnapshotGenerator
ICSharpSnapshotGenerator

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

Döndürülenler

CSharpMigrationsGeneratorDependencies

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

Şunlara uygulanır