IConventionContext 介面

定義

與每個慣例呼叫相關聯的內容資訊。

public interface IConventionContext
type IConventionContext = interface
Public Interface IConventionContext
衍生

備註

如需詳細資訊和範例,請參閱 模型建置慣例

方法

DelayConventions()

防止在修改元資料層面時立即執行慣例。 所有延遲慣例都會在處置傳回的物件之後執行。

StopProcessing()

呼叫此選項可防止其他慣例進一步處理相關聯的事件。

適用於