다음을 통해 공유


AnnotationCodeGenerator.Generate(String, Object, IndentedTextWriter) 메서드

정의

지정된 주석 값에 대한 코드를 생성하려면 이 메서드를 구현합니다.

public abstract void Generate (string annotationName, object annotation, System.Data.Entity.Migrations.Utilities.IndentedTextWriter writer);
abstract member Generate : string * obj * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
Public MustOverride Sub Generate (annotationName As String, annotation As Object, writer As IndentedTextWriter)

매개 변수

annotationName
String

값이 생성되는 주석의 이름입니다.

annotation
Object

주석 값입니다.

writer
IndentedTextWriter

생성된 코드를 작성해야 하는 작성기입니다.

적용 대상