次の方法で共有


CSharpMigrationsGeneratorDependencies.With メソッド

定義

オーバーロード

With(ICSharpHelper)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(ICSharpMigrationOperationGenerator)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(ICSharpSnapshotGenerator)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(ICSharpHelper)

ソース:
CSharpMigrationsGeneratorDependencies.cs
ソース:
CSharpMigrationsGeneratorDependencies.cs
ソース:
CSharpMigrationsGeneratorDependencies.cs
ソース:
CSharpMigrationsGeneratorDependencies.cs
ソース:
CSharpMigrationsGeneratorDependencies.cs

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

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

パラメーター

csharpHelper
ICSharpHelper

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象

With(ICSharpMigrationOperationGenerator)

ソース:
CSharpMigrationsGeneratorDependencies.cs
ソース:
CSharpMigrationsGeneratorDependencies.cs
ソース:
CSharpMigrationsGeneratorDependencies.cs
ソース:
CSharpMigrationsGeneratorDependencies.cs
ソース:
CSharpMigrationsGeneratorDependencies.cs

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

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

パラメーター

csharpMigrationOperationGenerator
ICSharpMigrationOperationGenerator

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象

With(ICSharpSnapshotGenerator)

ソース:
CSharpMigrationsGeneratorDependencies.cs
ソース:
CSharpMigrationsGeneratorDependencies.cs
ソース:
CSharpMigrationsGeneratorDependencies.cs
ソース:
CSharpMigrationsGeneratorDependencies.cs
ソース:
CSharpMigrationsGeneratorDependencies.cs

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

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

パラメーター

csharpSnapshotGenerator
ICSharpSnapshotGenerator

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象