CSharpSnapshotGenerator.GenerateAnnotations Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GenerateAnnotations(IEnumerable<IAnnotation>, IndentedStringBuilder) |
Genera il codice per le annotazioni. |
GenerateAnnotations(IReadOnlyList<IAnnotation>, IndentedStringBuilder) |
Genera il codice per le annotazioni. |
GenerateAnnotations(IEnumerable<IAnnotation>, IndentedStringBuilder)
- Origine:
- CSharpSnapshotGenerator.cs
Genera il codice per le annotazioni.
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)
Parametri
- annotations
- IEnumerable<IAnnotation>
Annotazioni.
- stringBuilder
- IndentedStringBuilder
Il codice del generatore viene aggiunto a .
Si applica a
GenerateAnnotations(IReadOnlyList<IAnnotation>, IndentedStringBuilder)
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
Genera il codice per le annotazioni.
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)
Parametri
- annotations
- IReadOnlyList<IAnnotation>
Annotazioni.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Il codice del generatore viene aggiunto a .
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.