次の方法で共有


IComplexPropertyAddedConvention インターフェイス

定義

複合プロパティが型に似たオブジェクトに追加されるときに実行する必要がある操作を表します。

public interface IComplexPropertyAddedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IComplexPropertyAddedConvention = interface
    interface IConvention
Public Interface IComplexPropertyAddedConvention
Implements IConvention
派生
実装

注釈

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

メソッド

ProcessComplexPropertyAdded(IConventionComplexPropertyBuilder, IConventionContext<IConventionComplexPropertyBuilder>)

複合プロパティが型に似たオブジェクトに追加された後に呼び出されます。

適用対象