다음을 통해 공유


CSharpMigrationsGenerator 생성자

정의

오버로드

CSharpMigrationsGenerator(MigrationsCodeGeneratorDependencies, CSharpMigrationsGeneratorDependencies)

CSharpMigrationsGenerator 클래스의 새 인스턴스를 초기화합니다.

CSharpMigrationsGenerator(CSharpHelper, CSharpMigrationOperationGenerator, CSharpSnapshotGenerator)

CSharpMigrationsGenerator(MigrationsCodeGeneratorDependencies, CSharpMigrationsGeneratorDependencies)

Source:
CSharpMigrationsGenerator.cs
Source:
CSharpMigrationsGenerator.cs
Source:
CSharpMigrationsGenerator.cs
Source:
CSharpMigrationsGenerator.cs
Source:
CSharpMigrationsGenerator.cs
Source:
CSharpMigrationsGenerator.cs
Source:
CSharpMigrationsGenerator.cs
Source:
CSharpMigrationsGenerator.cs
Source:
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

적용 대상