RuntimeModelConvention.ProcessComplexPropertyAnnotations Yöntem

Tanım

Salt okunur nesnede ayarlanacak özellik ek açıklamalarını Güncelleştirmeler.

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)

Parametreler

annotations
Dictionary<String,Object>

İşlenecek ek açıklamalar.

property
IComplexProperty

Kaynak özelliği.

runtimeProperty
RuntimeComplexProperty

Ek açıklamaları içerecek hedef özellik.

runtime
Boolean

Verilen ek açıklamaların çalışma zamanı ek açıklamaları olup olmadığını gösterir.

Şunlara uygulanır