共用方式為


AnnotationCodeGenerator 類別

定義

繼承自這個類別,以建立服務,以允許在 Scaffolding Migrations 中產生自訂批註的程式碼。 衍生類別應該設定為 MigrationCodeGenerator

public abstract class AnnotationCodeGenerator
type AnnotationCodeGenerator = class
Public MustInherit Class AnnotationCodeGenerator
繼承
AnnotationCodeGenerator

備註

請注意, AnnotationCodeGenerator 如果注釋使用簡單的字串值,或在注釋物件上呼叫 ToString 就足以用於 Scaffolded Migration,則不需要 。

建構函式

AnnotationCodeGenerator()

繼承自這個類別,以建立服務,以允許在 Scaffolding Migrations 中產生自訂批註的程式碼。 衍生類別應該設定為 MigrationCodeGenerator

方法

Generate(String, Object, IndentedTextWriter)

實作這個方法,以針對指定的注釋值產生程式碼。

GetExtraNamespaces(IEnumerable<String>)

覆寫這個方法,以傳回應該包含在針對 Scaffold 移轉產生的程式碼中的其他命名空間。 預設實作會傳回空的列舉。

適用於