INavigationBase 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示可用來巡覽關聯性的導覽屬性。
public interface INavigationBase : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase
public interface INavigationBase : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigationBase
type INavigationBase = interface
interface IPropertyBase
interface IAnnotatable
type INavigationBase = interface
interface IReadOnlyNavigationBase
interface IReadOnlyPropertyBase
interface IReadOnlyAnnotatable
interface IPropertyBase
interface IAnnotatable
Public Interface INavigationBase
Implements IPropertyBase
Public Interface INavigationBase
Implements IPropertyBase, IReadOnlyNavigationBase
- 衍生
- 實作
備註
如需詳細資訊和範例,請參閱 模型化實體類型和關聯 性。
屬性
ClrType |
取得這個類似屬性的物件所保存的值型別。 (繼承來源 IReadOnlyPropertyBase) |
DeclaringEntityType |
取得此導覽屬性所屬的實體類型。 |
DeclaringType |
取得這個類似屬性的物件所屬的類型。 (繼承來源 IReadOnlyPropertyBase) |
FieldInfo |
FieldInfo取得此屬性類似物件之基礎 CLR 欄位的 。
這可能 |
Inverse |
取得反向導覽。 |
IsCollection |
取得值,指出導覽屬性是否為集合屬性。 |
IsEagerLoaded |
取得值,指出此導覽是否應該預設為積極式載入。 |
Item[String] |
取得具有指定名稱之注釋的值,如果不存在,則傳 |
LazyLoadingEnabled |
判斷如果已啟用延遲載入,且模型中已設定延遲載入的機制,則決定是否應該延遲載入此流覽。 (繼承來源 IReadOnlyNavigationBase) |
Name |
取得這個類似屬性的物件名稱。 (繼承來源 IReadOnlyPropertyBase) |
PropertyInfo |
PropertyInfo取得此屬性類似物件之基礎 CLR 屬性的 。
這可能 |
Sentinel |
取得 sentinel 值,這個值表示這個屬性未設定。 (繼承來源 IReadOnlyPropertyBase) |
TargetEntityType |
取得這個導覽屬性將保存實例的實體類型, (的實例) 。 |
方法
明確介面實作
IPropertyBase.GetPropertyAccessMode() |
PropertyAccessMode取得用於這個屬性的 。
|
IReadOnlyPropertyBase.IsShadowProperty() |
取得值,指出這個 是否為陰影屬性。 陰影屬性是實體類別中沒有對應屬性的陰影屬性。 屬性的目前值會儲存在 中 ChangeTracker ,而不是儲存在實體類別的實例中。 (繼承來源 IReadOnlyNavigationBase) |
擴充方法
AnnotationsToDebugString(IAnnotatable, Int32) |
取得 物件上宣告之所有注釋的偵錯字串。 |
GetAnnotation(IAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
SetIsLoadedWhenNoTracking(INavigationBase, Object) |
呼叫 SetLoaded(Object, String, Boolean) , INavigationBase 以在無追蹤查詢已積極載入此關聯性時將其標示為已載入。 |
GetCurrentValueComparer(IPropertyBase) |
取得 , IComparer<T> 用於比較追蹤 IUpdateEntry 專案中的值。 |
GetFieldName(IPropertyBase) |
取得此屬性的支援欄位名稱,如果不知道支援欄位,則 |
GetGetter(IPropertyBase) |
IClrPropertyGetter取得 ,用於讀取這個屬性的值。 請注意,針對陰影屬性呼叫這個方法 () IsShadowProperty(IPropertyBase) 是一個錯誤,因為這類屬性沒有相關聯的 MemberInfo 。 |
GetIndex(IPropertyBase) |
取得這個屬性的屬性索引。 |
GetMemberInfo(IPropertyBase, Boolean, Boolean) |
取得 或 PropertyInfoFieldInfo ,這個值應該用來取得或設定指定屬性的值。 請注意,針對陰影屬性呼叫這個方法 () IsShadowProperty(IPropertyBase) 是一個錯誤,因為這類屬性沒有相關聯的 MemberInfo 。 |
IsIndexerProperty(IPropertyBase) |
取得值,指出這個 是否為索引子屬性。 索引子屬性是透過實體類別上的索引子存取的屬性。 |
IsShadowProperty(IPropertyBase) |
已過時。.
取得值,指出這個 是否為陰影屬性。 陰影屬性是實體類別中沒有對應屬性的陰影屬性。 屬性的目前值會儲存在 中 ChangeTracker ,而不是儲存在實體類別的實例中。 |