次の方法で共有


RuntimeModelConvention.ProcessServicePropertyAnnotations メソッド

定義

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

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

パラメーター

annotations
Dictionary<String,Object>

処理する注釈。

property
IServiceProperty

ソース サービスのプロパティ。

runtimeProperty
RuntimeServiceProperty

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

runtime
Boolean

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

適用対象