Partager via


CSharpMigrationCodeGenerator.WriteClassAttributes Méthode

Définition

Génère des attributs de classe.

protected virtual void WriteClassAttributes (System.Data.Entity.Migrations.Utilities.IndentedTextWriter writer, bool designer);
abstract member WriteClassAttributes : System.Data.Entity.Migrations.Utilities.IndentedTextWriter * bool -> unit
override this.WriteClassAttributes : System.Data.Entity.Migrations.Utilities.IndentedTextWriter * bool -> unit
Protected Overridable Sub WriteClassAttributes (writer As IndentedTextWriter, designer As Boolean)

Paramètres

writer
IndentedTextWriter

Enregistreur de texte à lequel ajouter le code généré.

designer
Boolean

Valeur indiquant si cette classe est générée pour un fichier code-behind.

S’applique à