Sdílet prostřednictvím


CSharpSnapshotGenerator Konstruktory

Definice

Přetížení

CSharpSnapshotGenerator(CSharpHelper)
CSharpSnapshotGenerator(CSharpSnapshotGeneratorDependencies)

Inicializuje novou instanci CSharpSnapshotGenerator třídy.

CSharpSnapshotGenerator(CSharpHelper)

public CSharpSnapshotGenerator (Microsoft.EntityFrameworkCore.Migrations.Design.CSharpHelper codeHelper);
new Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator : Microsoft.EntityFrameworkCore.Migrations.Design.CSharpHelper -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator
Public Sub New (codeHelper As CSharpHelper)

Parametry

codeHelper
CSharpHelper

Platí pro

CSharpSnapshotGenerator(CSharpSnapshotGeneratorDependencies)

Zdroj:
CSharpSnapshotGenerator.cs
Zdroj:
CSharpSnapshotGenerator.cs
Zdroj:
CSharpSnapshotGenerator.cs
Zdroj:
CSharpSnapshotGenerator.cs
Zdroj:
CSharpSnapshotGenerator.cs
Zdroj:
CSharpSnapshotGenerator.cs
Zdroj:
CSharpSnapshotGenerator.cs
Zdroj:
CSharpSnapshotGenerator.cs
Zdroj:
CSharpSnapshotGenerator.cs

Inicializuje novou instanci CSharpSnapshotGenerator třídy.

public CSharpSnapshotGenerator (Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGeneratorDependencies dependencies);
new Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator : Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGeneratorDependencies -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator
Public Sub New (dependencies As CSharpSnapshotGeneratorDependencies)

Parametry

dependencies
CSharpSnapshotGeneratorDependencies

Závislosti.

Platí pro