Sdílet prostřednictvím


CSharpSnapshotGenerator.GenerateAnnotation Metoda

Definice

Přetížení

GenerateAnnotation(IAnnotation, IndentedStringBuilder)

Vygeneruje kód pro poznámku, která nemá plynulé volání rozhraní API.

GenerateAnnotation(IAnnotation, IndentedStringBuilder)

Vygeneruje kód pro poznámku.

GenerateAnnotation(IAnnotation, IndentedStringBuilder)

Zdroj:
CSharpSnapshotGenerator.cs

Vygeneruje kód pro poznámku, která nemá plynulé volání rozhraní API.

protected virtual void GenerateAnnotation (Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateAnnotation (annotation As IAnnotation, stringBuilder As IndentedStringBuilder)

Parametry

annotation
IAnnotation

Anotaci.

stringBuilder
IndentedStringBuilder

Kód tvůrce se přidá do.

Platí pro

GenerateAnnotation(IAnnotation, IndentedStringBuilder)

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

Vygeneruje kód pro poznámku.

protected virtual void GenerateAnnotation (Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateAnnotation (annotation As IAnnotation, stringBuilder As IndentedStringBuilder)

Parametry

annotation
IAnnotation

Anotaci.

stringBuilder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Kód tvůrce se přidá do.

Platí pro