CSharpSnapshotGenerator.GenerateFluentApiForAnnotation 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
GenerateFluentApiForAnnotation(List<IAnnotation>, String, String, IndentedStringBuilder) |
Genera una chiamata API Fluent per un'annotazione. |
GenerateFluentApiForAnnotation(List<IAnnotation>, String, Func<IAnnotation,Object>, String, IndentedStringBuilder) |
Genera una chiamata API Fluent per un'annotazione. |
GenerateFluentApiForAnnotation(List<IAnnotation>, String, String, IndentedStringBuilder)
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
Genera una chiamata API Fluent per un'annotazione.
protected virtual void GenerateFluentApiForAnnotation (ref System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations, string annotationName, string fluentApiMethodName, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GenerateFluentApiForAnnotation : List * string * string * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GenerateFluentApiForAnnotation : List * string * string * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateFluentApiForAnnotation (ByRef annotations As List(Of IAnnotation), annotationName As String, fluentApiMethodName As String, stringBuilder As IndentedStringBuilder)
Parametri
- annotations
- List<IAnnotation>
Elenco di annotazioni.
- annotationName
- String
Nome dell'annotazione per generare il codice.
- fluentApiMethodName
- String
Nome del metodo API Fluent.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Il codice del generatore viene aggiunto a.
Si applica a
GenerateFluentApiForAnnotation(List<IAnnotation>, String, Func<IAnnotation,Object>, String, IndentedStringBuilder)
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
Genera una chiamata API Fluent per un'annotazione.
protected virtual void GenerateFluentApiForAnnotation (ref System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations, string annotationName, Func<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,object> annotationValueFunc, string fluentApiMethodName, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GenerateFluentApiForAnnotation : List * string * Func<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation, obj> * string * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GenerateFluentApiForAnnotation : List * string * Func<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation, obj> * string * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateFluentApiForAnnotation (ByRef annotations As List(Of IAnnotation), annotationName As String, annotationValueFunc As Func(Of IAnnotation, Object), fluentApiMethodName As String, stringBuilder As IndentedStringBuilder)
Parametri
- annotations
- List<IAnnotation>
Elenco di annotazioni.
- annotationName
- String
Nome dell'annotazione per generare il codice.
- annotationValueFunc
- Func<IAnnotation,Object>
Delegato per generare il valore dall'annotazione.
- fluentApiMethodName
- String
Nome del metodo API Fluent.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Il codice del generatore viene aggiunto a.