次の方法で共有


ElementMappingConvention クラス

定義

プロパティ マッピングに、型マッパーによって検出された ElementMapping があることを確認する規則。

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

注釈

詳細と例については、「 モデルの構築規則 」を参照してください。

コンストラクター

ElementMappingConvention(ProviderConventionSetBuilderDependencies)

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

プロパティ

Dependencies

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

メソッド

ProcessModelFinalizing(IConventionModelBuilder, IConventionContext<IConventionModelBuilder>)

モデルの最終処理時に呼び出されます。

適用対象