IConventionAnnotatable 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類別,公開可修改的批註。 注釋允許將任意中繼資料儲存在 物件上。
資料庫提供者通常會使用這個介面, (和其他延伸模組) 。 它通常不會用於應用程式程式碼。
public interface IConventionAnnotatable : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable
public interface IConventionAnnotatable : Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable
type IConventionAnnotatable = interface
interface IAnnotatable
type IConventionAnnotatable = interface
interface IReadOnlyAnnotatable
Public Interface IConventionAnnotatable
Implements IAnnotatable
Public Interface IConventionAnnotatable
Implements IReadOnlyAnnotatable
- 衍生
- 實作
備註
如需詳細資訊和範例,請參閱 模型建置慣例 。
屬性
Builder |
取得可用來設定這個物件的產生器。 |
IsInModel |
指出此物件是否在模型中,亦即尚未從其中移除。 |
Item[String] |
取得具有指定名稱的注釋值,如果不存在,則傳 |
方法
擴充方法
AddAnnotations(IConventionAnnotatable, IEnumerable<IConventionAnnotation>, Boolean) |
將批註加入物件。 |
GetAnnotation(IConventionAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
SetOrRemoveAnnotation(IConventionAnnotatable, String, Object, Boolean) |
設定儲存在指定名稱下的批註。 如果具有指定名稱的注釋已經存在,則覆寫現有的注釋。 如果 |
AnnotationsToDebugString(IAnnotatable, Int32) |
取得 物件上宣告之所有批註的偵錯字串。 |
GetAnnotation(IAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |