IMutableNavigationBase 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public interface IMutableNavigationBase : Microsoft.EntityFrameworkCore.Metadata.IMutablePropertyBase, Microsoft.EntityFrameworkCore.Metadata.INavigationBase
public interface IMutableNavigationBase : Microsoft.EntityFrameworkCore.Metadata.IMutablePropertyBase, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigationBase
type IMutableNavigationBase = interface
interface INavigationBase
interface IPropertyBase
interface IAnnotatable
interface IMutablePropertyBase
interface IMutableAnnotatable
type IMutableNavigationBase = interface
interface IReadOnlyNavigationBase
interface IReadOnlyPropertyBase
interface IReadOnlyAnnotatable
interface IMutablePropertyBase
interface IMutableAnnotatable
Public Interface IMutableNavigationBase
Implements IMutablePropertyBase, INavigationBase
Public Interface IMutableNavigationBase
Implements IMutablePropertyBase, IReadOnlyNavigationBase
- 衍生
-
- 實作
-
此介面會在模型建立期間使用,並允許修改中繼資料。 建置模型之後, IReadOnlyNavigationBase 表示相同中繼資料的唯讀檢視。
如需詳細資訊和範例,請參閱 模型化實體類型和關聯 性。
屬性
方法
AddAnnotation(String, Object)
|
將注釋加入至這個物件。 如果具有指定名稱的注釋已經存在,則會擲回 。
(繼承來源 IMutableAnnotatable)
|
AddAnnotations(IEnumerable<IAnnotation>)
|
將批註加入物件。
(繼承來源 IMutableAnnotatable)
|
AddRuntimeAnnotation(String, Object)
|
將執行時間批註新增至這個 物件。 如果具有指定名稱的注釋已經存在,則會擲回 。
(繼承來源 IAnnotatable)
|
AnnotationsToDebugString(Int32)
|
取得 物件上宣告之所有注釋的偵錯字串。
(繼承來源 IReadOnlyAnnotatable)
|
FindAnnotation(String)
|
取得具有指定名稱的注釋,如果不存在,則傳 null 回 。
(繼承來源 IReadOnlyAnnotatable)
|
FindRuntimeAnnotation(String)
|
取得具有指定名稱的執行時間批註,如果不存在,則 null 傳回 。
(繼承來源 IAnnotatable)
|
FindRuntimeAnnotationValue(String)
|
取得具有指定名稱的執行時間批註值,如果不存在,則傳 null 回 。
(繼承來源 IAnnotatable)
|
GetAnnotation(String)
|
取得具有指定名稱的注釋,如果不存在,則會擲回。
(繼承來源 IReadOnlyAnnotatable)
|
GetAnnotations()
|
取得目前 物件上的所有批註。
(繼承來源 IReadOnlyAnnotatable)
|
GetCollectionAccessor()
|
IClrCollectionAccessor取得這個導覽屬性的 ,如果是集合導覽。
(繼承來源 INavigationBase)
|
GetCurrentValueComparer()
|
取得 , IComparer<T> 用於比較追蹤 IUpdateEntry 專案中的值。
(繼承來源 IPropertyBase)
|
GetFieldName()
|
取得此屬性的支援欄位名稱,如果不知道支援欄位,則 null 為 。
(繼承來源 IReadOnlyPropertyBase)
|
GetGetter()
|
IClrPropertyGetter取得 ,用於讀取這個屬性的值。
(繼承來源 IPropertyBase)
|
GetIndex()
|
取得這個屬性的屬性索引。
(繼承來源 IPropertyBase)
|
GetMemberInfo(Boolean, Boolean)
|
取得 或 PropertyInfoFieldInfo ,這個值應該用來取得或設定指定屬性的值。
(繼承來源 IPropertyBase)
|
GetOrAddRuntimeAnnotationValue<TValue,TArg>(String, Func<TArg,TValue>, TArg)
|
取得具有指定名稱的執行時間批註值,如果不存在,請加以新增。
(繼承來源 IAnnotatable)
|
GetPropertyAccessMode()
|
PropertyAccessMode取得用於這個屬性類似物件的 。
(繼承來源 IReadOnlyPropertyBase)
|
GetRuntimeAnnotations()
|
取得目前 物件上的所有執行時間批註。
(繼承來源 IAnnotatable)
|
IsIndexerProperty()
|
取得值,指出這個 是否為索引子屬性。 索引子屬性是透過實體類別上的索引子存取的屬性。
(繼承來源 IReadOnlyPropertyBase)
|
IsShadowProperty()
|
取得值,指出這個 是否為陰影屬性。 陰影屬性是實體類別中沒有對應屬性的陰影屬性。 屬性的目前值會儲存在 中 ChangeTracker ,而不是儲存在實體類別的實例中。
(繼承來源 IReadOnlyPropertyBase)
|
RemoveAnnotation(String)
|
從這個 物件中移除指定的批註。
(繼承來源 IMutableAnnotatable)
|
RemoveRuntimeAnnotation(String)
|
從這個 物件中移除指定的執行時間批註。
(繼承來源 IAnnotatable)
|
SetAnnotation(String, Object)
|
設定儲存在指定索引鍵底下的批註。 如果具有指定名稱的注釋已經存在,則會覆寫現有的批註。
(繼承來源 IMutableAnnotatable)
|
SetField(String)
|
設定此屬性應該使用的基礎 CLR 欄位。
(繼承來源 IMutablePropertyBase)
|
SetIsEagerLoaded(Nullable<Boolean>)
|
設定值,指出此導覽是否應該預設為積極式載入。
|
SetIsLoadedWhenNoTracking(Object)
|
呼叫 SetLoaded(Object, String, Boolean) , INavigationBase 以在無追蹤查詢已積極載入此關聯性時將其標示為已載入。
(繼承來源 INavigationBase)
|
SetLazyLoadingEnabled(Nullable<Boolean>)
|
設定值,指出是否應該啟用此流覽以進行延遲載入。
|
SetOrRemoveAnnotation(String, Object)
|
設定儲存在指定名稱底下的批註。 如果具有指定名稱的注釋已經存在,則會覆寫現有的批註。 如果 null 已提供,則會移除現有的批註。
(繼承來源 IMutableAnnotatable)
|
SetPropertyAccessMode(Nullable<PropertyAccessMode>)
|
PropertyAccessMode設定要用於這個屬性的 。
(繼承來源 IMutablePropertyBase)
|
SetRuntimeAnnotation(String, Object)
|
設定儲存在指定索引鍵底下的執行時間批註。 如果具有指定名稱的注釋已經存在,則會覆寫現有的批註。
(繼承來源 IAnnotatable)
|
明確介面實作
擴充方法
AnnotationsToDebugString(IAnnotatable, Int32)
|
取得 物件上宣告之所有注釋的偵錯字串。
|
GetAnnotation(IAnnotatable, String)
|
取得具有指定名稱的注釋,如果不存在,則會擲回。
|
SetIsLoadedWhenNoTracking(INavigationBase, Object)
|
呼叫 SetLoaded(Object, String, Boolean) , INavigationBase 以在無追蹤查詢已積極載入此關聯性時將其標示為已載入。
|
AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>)
|
將批註加入物件。
|
GetAnnotation(IMutableAnnotatable, String)
|
取得具有指定名稱的注釋,如果不存在,則會擲回。
|
SetOrRemoveAnnotation(IMutableAnnotatable, String, Object)
|
設定儲存在指定名稱底下的批註。 如果具有指定名稱的注釋已經存在,則會覆寫現有的批註。 如果 null 已提供,則會移除現有的批註。
|
SetPropertyAccessMode(IMutablePropertyBase, Nullable<PropertyAccessMode>)
|
PropertyAccessMode設定要用於這個屬性的 。
|
SetPropertyAccessMode(IMutablePropertyBase, Nullable<PropertyAccessMode>)
|
PropertyAccessMode設定要用於這個屬性的 。
|
GetCurrentValueComparer(IPropertyBase)
|
取得 , IComparer<T> 用於比較追蹤 IUpdateEntry 專案中的值。
|
GetFieldName(IPropertyBase)
|
取得此屬性的支援欄位名稱,如果不知道支援欄位,則 null 為 。
|
GetGetter(IPropertyBase)
|
IClrPropertyGetter取得 ,用於讀取這個屬性的值。
請注意,針對陰影屬性呼叫這個方法 () IsShadowProperty(IPropertyBase) 是一個錯誤,因為這類屬性沒有相關聯的 MemberInfo 。
|
GetIndex(IPropertyBase)
|
取得這個屬性的屬性索引。
|
GetMemberInfo(IPropertyBase, Boolean, Boolean)
|
取得 或 PropertyInfoFieldInfo ,這個值應該用來取得或設定指定屬性的值。
請注意,針對陰影屬性呼叫這個方法 () IsShadowProperty(IPropertyBase) 是一個錯誤,因為這類屬性沒有相關聯的 MemberInfo 。
|
IsIndexerProperty(IPropertyBase)
|
取得值,指出這個 是否為索引子屬性。 索引子屬性是透過實體類別上的索引子存取的屬性。
|
IsShadowProperty(IPropertyBase)
|
已過時。.
取得值,指出這個 是否為陰影屬性。 陰影屬性是實體類別中沒有對應屬性的陰影屬性。 屬性的目前值會儲存在 中 ChangeTracker ,而不是儲存在實體類別的實例中。
|
適用於