IConventionSkipNavigation 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示導覽屬性,這個屬性是透過第三個實體類型轉送之關聯性的一部分。
public interface IConventionSkipNavigation : Microsoft.EntityFrameworkCore.Metadata.IConventionNavigationBase, Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation
public interface IConventionSkipNavigation : Microsoft.EntityFrameworkCore.Metadata.IConventionNavigationBase, Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation
type IConventionSkipNavigation = interface
interface ISkipNavigation
interface INavigationBase
interface IPropertyBase
interface IAnnotatable
interface IConventionNavigationBase
interface IConventionPropertyBase
interface IConventionAnnotatable
type IConventionSkipNavigation = interface
interface IReadOnlySkipNavigation
interface IReadOnlyNavigationBase
interface IReadOnlyPropertyBase
interface IReadOnlyAnnotatable
interface IConventionNavigationBase
interface IConventionPropertyBase
interface IConventionAnnotatable
Public Interface IConventionSkipNavigation
Implements IConventionNavigationBase, ISkipNavigation
Public Interface IConventionSkipNavigation
Implements IConventionNavigationBase, IReadOnlySkipNavigation
- 實作
備註
此介面會在模型建立期間使用,並允許修改中繼資料。 建置模型之後, ISkipNavigation 表示相同中繼資料的唯讀檢視。
如需詳細資訊和範例,請參閱 模型建置慣例 。
屬性
Builder |
取得可用來設定這個屬性的產生器。 |
ClrType |
取得這個類似屬性的物件所保留的值型別。 (繼承來源 IReadOnlyPropertyBase) |
DeclaringEntityType |
取得這個導覽屬性所屬的類型。 |
DeclaringType |
取得這個類似屬性的物件所屬的類型。 (繼承來源 IReadOnlyPropertyBase) |
FieldInfo |
FieldInfo取得此屬性類似物件之基礎 CLR 欄位的 。
|
ForeignKey |
取得聯結類型的外鍵。 |
Inverse |
取得反向略過導覽。 |
IsCollection |
取得值,指出導覽屬性是否為集合屬性。 (繼承來源 IReadOnlyNavigationBase) |
IsEagerLoaded |
取得值,指出此導覽是否應該預設為積極式載入。 (繼承來源 IReadOnlyNavigationBase) |
IsInModel |
指出這個物件是否在模型中,亦即尚未從其中一個物件中移除。 (繼承來源 IConventionAnnotatable) |
IsOnDependent |
取得值,指出巡覽屬性是否定義于基礎外鍵的相依端。 (繼承來源 IReadOnlySkipNavigation) |
Item[String] |
取得具有指定名稱之注釋的值,如果不存在,則傳 |
JoinEntityType |
取得外鍵所使用的聯結類型。 |
LazyLoadingEnabled |
判斷如果已啟用延遲載入,且模型中已設定延遲載入的機制,則決定是否應該延遲載入此流覽。 (繼承來源 IReadOnlyNavigationBase) |
Name |
取得這個類似屬性的物件名稱。 (繼承來源 IReadOnlyPropertyBase) |
PropertyInfo |
PropertyInfo取得此屬性類似物件之基礎 CLR 屬性的 。
這適用于陰影屬性,或者如果直接對應至欄位,則 |
Sentinel |
取得 sentinel 值,這個值表示未設定這個屬性。 (繼承來源 IReadOnlyPropertyBase) |
TargetEntityType |
取得這個導覽屬性將保存實例的實體類型, (的實例) 。 |
方法
明確介面實作
INavigationBase.GetCollectionAccessor() |
IClrCollectionAccessor取得這個導覽屬性的 ,如果是集合導覽。 (繼承來源 ISkipNavigation) |
INavigationBase.Inverse |
取得反向導覽。 (繼承來源 ISkipNavigation) |
IPropertyBase.GetPropertyAccessMode() |
PropertyAccessMode取得用於這個屬性的 。
|
IReadOnlyNavigationBase.Inverse |
取得反向導覽。 (繼承來源 IReadOnlySkipNavigation) |
IReadOnlyPropertyBase.IsShadowProperty() |
取得值,指出這個 是否為陰影屬性。 陰影屬性是實體類別中沒有對應屬性的陰影屬性。 屬性的目前值會儲存在 中 ChangeTracker ,而不是儲存在實體類別的實例中。 (繼承來源 IReadOnlyNavigationBase) |