Partager via


CSharpMigrationCodeGenerator.GenerateAnnotations Méthode

Définition

Surcharges

GenerateAnnotations(IDictionary<String,Object>, IndentedTextWriter)

Génère le code pour recréer le dictionnaire donné d’annotations à utiliser lors du passage de ces annotations en tant que paramètre d’un DbMigration. call.

GenerateAnnotations(IDictionary<String,AnnotationValues>, IndentedTextWriter)

Génère le code pour recréer le dictionnaire donné d’annotations à utiliser lors du passage de ces annotations en tant que paramètre d’un DbMigration. call.

GenerateAnnotations(IDictionary<String,Object>, IndentedTextWriter)

Génère le code pour recréer le dictionnaire donné d’annotations à utiliser lors du passage de ces annotations en tant que paramètre d’un DbMigration. call.

protected internal virtual void GenerateAnnotations (System.Collections.Generic.IDictionary<string,object> annotations, System.Data.Entity.Migrations.Utilities.IndentedTextWriter writer);
abstract member GenerateAnnotations : System.Collections.Generic.IDictionary<string, obj> * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
override this.GenerateAnnotations : System.Collections.Generic.IDictionary<string, obj> * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
Protected Friend Overridable Sub GenerateAnnotations (annotations As IDictionary(Of String, Object), writer As IndentedTextWriter)

Paramètres

annotations
IDictionary<String,Object>

Annotations à générer.

writer
IndentedTextWriter

Enregistreur dans lequel le code généré doit être écrit.

S’applique à

GenerateAnnotations(IDictionary<String,AnnotationValues>, IndentedTextWriter)

Génère le code pour recréer le dictionnaire donné d’annotations à utiliser lors du passage de ces annotations en tant que paramètre d’un DbMigration. call.

protected internal virtual void GenerateAnnotations (System.Collections.Generic.IDictionary<string,System.Data.Entity.Infrastructure.Annotations.AnnotationValues> annotations, System.Data.Entity.Migrations.Utilities.IndentedTextWriter writer);
abstract member GenerateAnnotations : System.Collections.Generic.IDictionary<string, System.Data.Entity.Infrastructure.Annotations.AnnotationValues> * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
override this.GenerateAnnotations : System.Collections.Generic.IDictionary<string, System.Data.Entity.Infrastructure.Annotations.AnnotationValues> * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
Protected Friend Overridable Sub GenerateAnnotations (annotations As IDictionary(Of String, AnnotationValues), writer As IndentedTextWriter)

Paramètres

annotations
IDictionary<String,AnnotationValues>

Annotations à générer.

writer
IndentedTextWriter

Enregistreur dans lequel le code généré doit être écrit.

S’applique à