Sdílet prostřednictvím


RuntimeModelConvention.ProcessComplexPropertyAnnotations Metoda

Definice

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

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)

Parametry

annotations
Dictionary<String,Object>

Poznámky, které se mají zpracovat.

property
IComplexProperty

Vlastnost source.

runtimeProperty
RuntimeComplexProperty

Vlastnost target, která bude obsahovat poznámky.

runtime
Boolean

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

Platí pro