CSharpSnapshotGenerator.GenerateAnnotations Methode

Definition

Überlädt

GenerateAnnotations(IEnumerable<IAnnotation>, IndentedStringBuilder)

Generiert Code für Anmerkungen.

GenerateAnnotations(IReadOnlyList<IAnnotation>, IndentedStringBuilder)

Generiert Code für Anmerkungen.

GenerateAnnotations(IEnumerable<IAnnotation>, IndentedStringBuilder)

Generiert Code für Anmerkungen.

protected virtual void GenerateAnnotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateAnnotations (annotations As IEnumerable(Of IAnnotation), stringBuilder As IndentedStringBuilder)

Parameter

annotations
IEnumerable<IAnnotation>

Die Anmerkungen.

stringBuilder
IndentedStringBuilder

Der Generatorcode wird hinzugefügt.

Gilt für:

GenerateAnnotations(IReadOnlyList<IAnnotation>, IndentedStringBuilder)

Generiert Code für Anmerkungen.

protected virtual void GenerateAnnotations (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GenerateAnnotations : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GenerateAnnotations : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateAnnotations (annotations As IReadOnlyList(Of IAnnotation), stringBuilder As IndentedStringBuilder)

Parameter

annotations
IReadOnlyList<IAnnotation>

Die Anmerkungen.

stringBuilder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Der Generatorcode wird hinzugefügt.

Gilt für: