RuntimeServiceProperty 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示實體類型上的屬性,表示 來自 的 DbContext 插入服務。
public class RuntimeServiceProperty : Microsoft.EntityFrameworkCore.Metadata.RuntimePropertyBase, Microsoft.EntityFrameworkCore.Metadata.IServiceProperty
type RuntimeServiceProperty = class
inherit RuntimePropertyBase
interface IServiceProperty
interface IReadOnlyServiceProperty
interface IReadOnlyPropertyBase
interface IReadOnlyAnnotatable
interface IPropertyBase
interface IAnnotatable
Public Class RuntimeServiceProperty
Inherits RuntimePropertyBase
Implements IServiceProperty
- 繼承
- 實作
備註
如需詳細資訊和範例,請參閱 模型化實體類型和關聯 性。
建構函式
RuntimeServiceProperty(String, PropertyInfo, FieldInfo, RuntimeEntityType, PropertyAccessMode) |
這是支援 Entity Framework Core 基礎結構的內部 API,不受與公用 API 相同的相容性標準。 它可能會在任何版本中變更或移除,而不需任何通知。 您應該只在程式碼中直接使用它,並特別小心,並知道這麼做可能會導致應用程式在更新至新的 Entity Framework Core 版本時失敗。 |
RuntimeServiceProperty(String, PropertyInfo, FieldInfo, Type, RuntimeEntityType, PropertyAccessMode) |
這是支援 Entity Framework Core 基礎結構的內部 API,不受與公用 API 相同的相容性標準。 它可能會在任何版本中變更或移除,而不需任何通知。 您應該只在程式碼中直接使用它,並特別小心,並知道這麼做可能會導致應用程式在更新至新的 Entity Framework Core 版本時失敗。 |
屬性
ClrType |
取得這個類似屬性的物件所保留的值型別。 |
DebugView |
這是支援 Entity Framework Core 基礎結構的內部 API,不受與公用 API 相同的相容性標準。 它可能會在任何版本中變更或移除,而不需任何通知。 您應該只在程式碼中直接使用它,並特別小心,並知道這麼做可能會導致應用程式在更新至新的 Entity Framework Core 版本時失敗。 |
DeclaringEntityType |
取得這個類似屬性的物件所屬的類型。 |
DeclaringType |
取得這個類似屬性的物件所屬的類型。 |
DeclaringType |
取得這個類似屬性的物件所屬的類型。 (繼承來源 RuntimePropertyBase) |
IsReadOnly |
指出目前物件是否為唯讀。 (繼承來源 AnnotatableBase) |
Item[String] |
取得具有指定名稱的值批註,如果不存在,則傳 |
Name |
取得這個類似屬性的物件名稱。 (繼承來源 RuntimePropertyBase) |
ParameterBinding |
ServiceParameterBinding這個屬性的 。 |
Sentinel |
取得 sentinel 值,這個值表示未設定這個屬性。 |
Sentinel |
取得 sentinel 值,這個值表示未設定這個屬性。 (繼承來源 RuntimePropertyBase) |
方法
明確介面實作
擴充方法
AnnotationsToDebugString(IAnnotatable, Int32) |
取得 物件上宣告之所有批註的偵錯字串。 |
GetCurrentValueComparer(IPropertyBase) |
IComparer<T>取得 ,用於比較追蹤 IUpdateEntry 專案中的值。 |
GetGetter(IPropertyBase) |
取得用於 IClrPropertyGetter 讀取此屬性值的 。 請注意,因為這類屬性沒有相關聯的 MemberInfo ,所以呼叫陰影屬性 (IsShadowProperty(IPropertyBase)) 這個方法是錯誤的。 |
GetIndex(IPropertyBase) |
取得這個屬性的屬性索引。 |
GetMemberInfo(IPropertyBase, Boolean, Boolean) |
取得 或 FieldInfo , PropertyInfo 應該用來取得或設定指定屬性的值。 請注意,因為這類屬性沒有相關聯的 MemberInfo ,所以呼叫陰影屬性 (IsShadowProperty(IPropertyBase)) 這個方法是錯誤的。 |
IsIndexerProperty(IPropertyBase) |
取得值,指出這個 是否為索引子屬性。 索引子屬性是透過實體類別上的索引子存取的屬性。 |
IsShadowProperty(IPropertyBase) |
已過時。.
取得值,指出這個 是否為陰影屬性。 陰影屬性是實體類別中沒有對應屬性的陰影屬性。 屬性的目前值會儲存在 中 ChangeTracker ,而不是儲存在實體類別的實例中。 |