Annotatable クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注釈の読み取りと書き込みをサポートする型の基底クラス。
この型は、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。
public class Annotatable : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable
public class Annotatable : Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase, Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable
type Annotatable = class
interface IMutableAnnotatable
interface IAnnotatable
type Annotatable = class
inherit AnnotatableBase
interface IMutableAnnotatable
interface IReadOnlyAnnotatable
Public Class Annotatable
Implements IMutableAnnotatable
Public Class Annotatable
Inherits AnnotatableBase
Implements IMutableAnnotatable
- 継承
-
Annotatable
- 継承
- 派生
- 実装
注釈
詳細と例については、「 データベース プロバイダーと拡張機能の実装 」を参照してください。
コンストラクター
Annotatable() |
注釈の読み取りと書き込みをサポートする型の基底クラス。 この型は、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。 |
プロパティ
IsReadOnly |
現在のオブジェクトが読み取り専用かどうかを示します。 (継承元 AnnotatableBase) |
Item[String] |
指定された名前の値注釈を取得し、存在しない場合は を |
Item[String] |
指定された名前の値注釈を取得し、存在しない場合は を |
メソッド
明示的なインターフェイスの実装
拡張メソッド
AnnotationsToDebugString(IAnnotatable, Int32) |
オブジェクトで宣言されているすべての注釈のデバッグ文字列を取得します。 |
GetAnnotation(IAnnotatable, String) |
指定された名前の注釈を取得し、存在しない場合は をスローします。 |
AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>) |
オブジェクトに注釈を追加します。 |
GetAnnotation(IMutableAnnotatable, String) |
指定された名前の注釈を取得し、存在しない場合は をスローします。 |
GetOrAddAnnotation(IMutableAnnotatable, String, String) |
指定したキーを持つ既存の注釈を取得するか、存在しない場合は新しい注釈を追加します。 |
SetOrRemoveAnnotation(IMutableAnnotatable, String, Object) |
指定した名前の下に格納されている注釈を設定します。 指定した名前の注釈が既に存在する場合は、既存の注釈を上書きします。 が指定されている場合 |
適用対象
Entity Framework