다음을 통해 공유


CSharpMigrationCodeGenerator.WriteClassAttributes 메서드

정의

클래스 특성을 생성합니다.

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)

매개 변수

writer
IndentedTextWriter

생성된 코드를 추가할 텍스트 기록기입니다.

designer
Boolean

코드 숨김 파일에 대해 이 클래스가 생성되고 있는지 여부를 나타내는 값입니다.

적용 대상