次の方法で共有


CSharpMigrationsGenerator コンストラクター

定義

オーバーロード

CSharpMigrationsGenerator(MigrationsCodeGeneratorDependencies, CSharpMigrationsGeneratorDependencies)

CSharpMigrationsGenerator クラスの新しいインスタンスを初期化します。

CSharpMigrationsGenerator(CSharpHelper, CSharpMigrationOperationGenerator, CSharpSnapshotGenerator)

CSharpMigrationsGenerator(MigrationsCodeGeneratorDependencies, CSharpMigrationsGeneratorDependencies)

ソース:
CSharpMigrationsGenerator.cs
ソース:
CSharpMigrationsGenerator.cs
ソース:
CSharpMigrationsGenerator.cs
ソース:
CSharpMigrationsGenerator.cs
ソース:
CSharpMigrationsGenerator.cs
ソース:
CSharpMigrationsGenerator.cs
ソース:
CSharpMigrationsGenerator.cs
ソース:
CSharpMigrationsGenerator.cs
ソース:
CSharpMigrationsGenerator.cs

CSharpMigrationsGenerator クラスの新しいインスタンスを初期化します。

public CSharpMigrationsGenerator (Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsCodeGeneratorDependencies dependencies, Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies csharpDependencies);
new Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGenerator : Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsCodeGeneratorDependencies * Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGenerator
Public Sub New (dependencies As MigrationsCodeGeneratorDependencies, csharpDependencies As CSharpMigrationsGeneratorDependencies)

パラメーター

dependencies
MigrationsCodeGeneratorDependencies

基本依存関係。

csharpDependencies
CSharpMigrationsGeneratorDependencies

依存関係。

適用対象

CSharpMigrationsGenerator(CSharpHelper, CSharpMigrationOperationGenerator, CSharpSnapshotGenerator)

public CSharpMigrationsGenerator (Microsoft.EntityFrameworkCore.Migrations.Design.CSharpHelper codeHelper, Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationOperationGenerator operationGenerator, Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator modelGenerator);
new Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGenerator : Microsoft.EntityFrameworkCore.Migrations.Design.CSharpHelper * Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationOperationGenerator * Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGenerator
Public Sub New (codeHelper As CSharpHelper, operationGenerator As CSharpMigrationOperationGenerator, modelGenerator As CSharpSnapshotGenerator)

パラメーター

codeHelper
CSharpHelper
modelGenerator
CSharpSnapshotGenerator

適用対象