Udostępnij za pośrednictwem


CSharpMigrationsGenerator Konstruktory

Definicja

Przeciążenia

CSharpMigrationsGenerator(MigrationsCodeGeneratorDependencies, CSharpMigrationsGeneratorDependencies)

Inicjuje nowe wystąpienie klasy CSharpMigrationsGenerator.

CSharpMigrationsGenerator(CSharpHelper, CSharpMigrationOperationGenerator, CSharpSnapshotGenerator)

CSharpMigrationsGenerator(MigrationsCodeGeneratorDependencies, CSharpMigrationsGeneratorDependencies)

Źródło:
CSharpMigrationsGenerator.cs
Źródło:
CSharpMigrationsGenerator.cs
Źródło:
CSharpMigrationsGenerator.cs
Źródło:
CSharpMigrationsGenerator.cs
Źródło:
CSharpMigrationsGenerator.cs
Źródło:
CSharpMigrationsGenerator.cs
Źródło:
CSharpMigrationsGenerator.cs
Źródło:
CSharpMigrationsGenerator.cs
Źródło:
CSharpMigrationsGenerator.cs

Inicjuje nowe wystąpienie klasy 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)

Parametry

dependencies
MigrationsCodeGeneratorDependencies

Zależności podstawowe.

csharpDependencies
CSharpMigrationsGeneratorDependencies

Zależności.

Dotyczy

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)

Parametry

codeHelper
CSharpHelper
modelGenerator
CSharpSnapshotGenerator

Dotyczy