次の方法で共有


RuntimeModelConvention.ProcessComplexPropertyAnnotations メソッド

定義

読み取り専用オブジェクトに設定されるプロパティ注釈を更新します。

protected virtual void ProcessComplexPropertyAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IComplexProperty property, Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty runtimeProperty, bool runtime);
abstract member ProcessComplexPropertyAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty * bool -> unit
override this.ProcessComplexPropertyAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty * bool -> unit
Protected Overridable Sub ProcessComplexPropertyAnnotations (annotations As Dictionary(Of String, Object), property As IComplexProperty, runtimeProperty As RuntimeComplexProperty, runtime As Boolean)

パラメーター

annotations
Dictionary<String,Object>

処理する注釈。

property
IComplexProperty

source プロパティ。

runtimeProperty
RuntimeComplexProperty

注釈を含むターゲット プロパティ。

runtime
Boolean

指定された注釈がランタイム注釈であるかどうかを示します。

適用対象