Поделиться через


CSharpSnapshotGenerator.GenerateAnnotations Метод

Определение

Перегрузки

GenerateAnnotations(IEnumerable<IAnnotation>, IndentedStringBuilder)

Создает код для заметок.

GenerateAnnotations(IReadOnlyList<IAnnotation>, IndentedStringBuilder)

Создает код для заметок.

GenerateAnnotations(IEnumerable<IAnnotation>, IndentedStringBuilder)

Исходный код:
CSharpSnapshotGenerator.cs

Создает код для заметок.

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)

Параметры

annotations
IEnumerable<IAnnotation>

Заметки.

stringBuilder
IndentedStringBuilder

Код построителя добавляется в .

Применяется к

GenerateAnnotations(IReadOnlyList<IAnnotation>, IndentedStringBuilder)

Исходный код:
CSharpSnapshotGenerator.cs
Исходный код:
CSharpSnapshotGenerator.cs
Исходный код:
CSharpSnapshotGenerator.cs
Исходный код:
CSharpSnapshotGenerator.cs

Создает код для заметок.

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)

Параметры

annotations
IReadOnlyList<IAnnotation>

Заметки.

stringBuilder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Код построителя добавляется в .

Применяется к