次の方法で共有


PropertyOverridesConvention クラス

定義

宣言するプロパティがプロパティオーバーライドの最新であることを保証する規則。

public class PropertyOverridesConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IPropertyAddedConvention
type PropertyOverridesConvention = class
    interface IPropertyAddedConvention
    interface IConvention
Public Class PropertyOverridesConvention
Implements IPropertyAddedConvention
継承
PropertyOverridesConvention
実装

注釈

詳細と例については、「 モデル構築規則 」および 「エンティティ型階層マッピング 」を参照してください。

コンストラクター

PropertyOverridesConvention(ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies)

PropertyOverridesConvention の新しいインスタンスを作成します。

プロパティ

Dependencies

このサービスの依存関係。

RelationalDependencies

このサービスのリレーショナル プロバイダー固有の依存関係。

メソッド

ProcessPropertyAdded(IConventionPropertyBuilder, IConventionContext<IConventionPropertyBuilder>)

プロパティがエンティティ型に追加された後に呼び出されます。

適用対象