Sdílet prostřednictvím


VisualBasicMigrationCodeGenerator.WriteClassAttributes Metoda

Definice

Generuje atributy třídy.

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)

Parametry

writer
IndentedTextWriter

Zapisovač textu, do který chcete přidat vygenerovaný kód.

designer
Boolean

Hodnota označující, jestli je tato třída generována pro soubor kódu na pozadí.

Platí pro