IConventionServiceProperty インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IReadOnlyPropertyBaseから挿入されたサービスを表す Entity Framework モデルの DbContext。
public interface IConventionServiceProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionPropertyBase, Microsoft.EntityFrameworkCore.Metadata.IServiceProperty
public interface IConventionServiceProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionPropertyBase, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyServiceProperty
type IConventionServiceProperty = interface
interface IServiceProperty
interface IPropertyBase
interface IAnnotatable
interface IConventionPropertyBase
interface IConventionAnnotatable
type IConventionServiceProperty = interface
interface IReadOnlyServiceProperty
interface IReadOnlyPropertyBase
interface IReadOnlyAnnotatable
interface IConventionPropertyBase
interface IConventionAnnotatable
Public Interface IConventionServiceProperty
Implements IConventionPropertyBase, IServiceProperty
Public Interface IConventionServiceProperty
Implements IConventionPropertyBase, IReadOnlyServiceProperty
- 実装
注釈
このインターフェイスはモデルの作成時に使用され、メタデータを変更できます。 モデルがビルドされると、 IServiceProperty は同じメタデータの読み取り専用ビューを表します。
詳細と例については、「 モデル構築規則 」を参照してください。
プロパティ
Builder |
このサービス プロパティの構成に使用できるビルダーを取得します。 |
ClrType |
このプロパティに似たオブジェクトが保持する値の型を取得します。 (継承元 IReadOnlyPropertyBase) |
DeclaringEntityType |
このプロパティが属している型を取得します。 |
DeclaringType |
このプロパティに似たオブジェクトが属する型を取得します。 (継承元 IReadOnlyPropertyBase) |
FieldInfo |
FieldInfoこのプロパティに似たオブジェクトの基になる CLR フィールドの を取得します。
これは、シャドウ プロパティの場合や、バッキング フィールドが不明な場合に発生する可能性があります |
IsInModel |
このオブジェクトがモデル内にあるかどうか、つまり、モデルから削除されていないかどうかを示します。 (継承元 IConventionAnnotatable) |
Item[String] |
指定した名前の注釈の値を取得し、存在しない場合は を |
Name |
このプロパティに似たオブジェクトの名前を取得します。 (継承元 IReadOnlyPropertyBase) |
ParameterBinding |
ServiceParameterBindingこのプロパティの 。 (継承元 IReadOnlyServiceProperty) |
PropertyInfo |
PropertyInfoこのプロパティに似たオブジェクトの基になる CLR プロパティの を取得します。
|
Sentinel |
このプロパティが設定されていないことを示す sentinel 値を取得します。 (継承元 IReadOnlyPropertyBase) |
メソッド
拡張メソッド
AddAnnotations(IConventionAnnotatable, IEnumerable<IConventionAnnotation>, Boolean) |
オブジェクトに注釈を追加します。 |
GetAnnotation(IConventionAnnotatable, String) |
指定された名前の注釈を取得し、存在しない場合は をスローします。 |
SetOrRemoveAnnotation(IConventionAnnotatable, String, Object, Boolean) |
指定した名前の下に格納されている注釈を設定します。 指定した名前の注釈が既に存在する場合は、既存の注釈を上書きします。 が指定されている場合 |
GetPropertyAccessModeConfigurationSource(IConventionPropertyBase) |
の構成ソースを GetPropertyAccessMode()返します。 |
SetField(IConventionPropertyBase, String, Boolean) |
このプロパティで使用する基になる CLR フィールドを設定します。
これは、シャドウ プロパティの場合や、 プロパティのバッキング フィールドがわからない場合に使用できます バッキング フィールドは、通常、次に示すように規則によって見つかります。 http://go.microsoft.com/fwlink/?LinkId=723277. このメソッドは、規則によって正しいフィールドが見つからない場合に、バッキング フィールドを明示的に設定する場合に便利です。 既定では、バッキング フィールドが見つかった場合、または指定されている場合は、新しいオブジェクトが構築されるときに使用されます。通常は、データベースからエンティティに対してクエリを実行する場合です。 プロパティは、他のすべてのアクセスに使用されます。 これを変更するには、 を呼び出します SetPropertyAccessMode(IConventionPropertyBase, Nullable<PropertyAccessMode>, Boolean)。 |
SetPropertyAccessMode(IConventionPropertyBase, Nullable<PropertyAccessMode>, Boolean) |
このプロパティに PropertyAccessMode 使用する を設定します。 |
AnnotationsToDebugString(IAnnotatable, Int32) |
オブジェクトで宣言されているすべての注釈のデバッグ文字列を取得します。 |
GetAnnotation(IAnnotatable, String) |
指定された名前の注釈を取得し、存在しない場合は をスローします。 |
GetCurrentValueComparer(IPropertyBase) |
IComparer<T>追跡対象IUpdateEntryエントリの値を比較するための を取得します。 |
GetFieldName(IPropertyBase) |
このプロパティのバッキング フィールドの名前を取得します。バ |
GetGetter(IPropertyBase) |
このプロパティの IClrPropertyGetter 値を読み取るための を取得します。 このようなプロパティには が関連付けられていないMemberInfoため、シャドウ プロパティ (IsShadowProperty(IPropertyBase)) に対してこのメソッドを呼び出すとエラーになります。 |
GetIndex(IPropertyBase) |
このプロパティのプロパティ インデックスを取得します。 |
GetMemberInfo(IPropertyBase, Boolean, Boolean) |
指定したプロパティのPropertyInfoFieldInfo値を取得または設定するために使用する または を取得します。 このようなプロパティには が関連付けられていないMemberInfoため、シャドウ プロパティ (IsShadowProperty(IPropertyBase)) に対してこのメソッドを呼び出すとエラーになります。 |
GetPropertyAccessMode(IPropertyBase) |
このプロパティに PropertyAccessMode 使用されている を取得します。
|
IsIndexerProperty(IPropertyBase) |
これがインデクサー プロパティであるかどうかを示す値を取得します。 インデクサー プロパティは、エンティティ クラスのインデクサーを介してアクセスされるプロパティです。 |
IsShadowProperty(IPropertyBase) |
互換性のために残されています。.
これがシャドウ プロパティであるかどうかを示す値を取得します。 シャドウ プロパティは、エンティティ クラスに対応するプロパティを持たないプロパティです。 プロパティの現在の値は、 エンティティ クラスの ChangeTracker インスタンスに格納されるのではなく、 に格納されます。 |
ToDebugString(IServiceProperty, MetadataDebugStringOptions, Int32) |
指定されたメタデータの人間が判読できる表現を作成します。 警告: 返される文字列の形式に依存しないでください。 デバッグ専用に設計されており、リリース間で任意に変更される可能性があります。 |
適用対象
Entity Framework