Sdílet prostřednictvím


RuntimeModelConvention.ProcessPropertyAnnotations Metoda

Definice

Aktualizace poznámky vlastností, které budou nastaveny u objektu jen pro čtení.

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

Parametry

annotations
Dictionary<String,Object>

Poznámky, které se mají zpracovat.

property
IProperty

Vlastnost source.

runtimeProperty
RuntimeProperty

Vlastnost target, která bude obsahovat poznámky.

runtime
Boolean

Určuje, zda jsou dané poznámky poznámky za běhu.

Platí pro