RuntimeModelConvention.ProcessKeyAnnotations Yöntem

Tanım

Aşırı Yüklemeler

ProcessKeyAnnotations(Dictionary<String,Object>, IKey, RuntimeKey, Boolean)

Salt okunur nesnede ayarlanacak temel ek açıklamaları Güncelleştirmeler.

ProcessKeyAnnotations(IDictionary<String,Object>, IKey, RuntimeKey, Boolean)

Salt okunur nesnede ayarlanacak temel ek açıklamaları Güncelleştirmeler.

ProcessKeyAnnotations(Dictionary<String,Object>, IKey, RuntimeKey, Boolean)

Salt okunur nesnede ayarlanacak temel ek açıklamaları Güncelleştirmeler.

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

Parametreler

annotations
Dictionary<String,Object>

İşlenecek ek açıklamalar.

key
IKey

Kaynak anahtar.

runtimeKey
RuntimeKey

Ek açıklamaları içeren hedef anahtar.

runtime
Boolean

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

Şunlara uygulanır

ProcessKeyAnnotations(IDictionary<String,Object>, IKey, RuntimeKey, Boolean)

Salt okunur nesnede ayarlanacak temel ek açıklamaları Güncelleştirmeler.

protected virtual void ProcessKeyAnnotations (System.Collections.Generic.IDictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Metadata.RuntimeKey runtimeKey, bool runtime);
abstract member ProcessKeyAnnotations : System.Collections.Generic.IDictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeKey * bool -> unit
override this.ProcessKeyAnnotations : System.Collections.Generic.IDictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeKey * bool -> unit
Protected Overridable Sub ProcessKeyAnnotations (annotations As IDictionary(Of String, Object), key As IKey, runtimeKey As RuntimeKey, runtime As Boolean)

Parametreler

annotations
IDictionary<String,Object>

İşlenecek ek açıklamalar.

key
IKey

Kaynak anahtar.

runtimeKey
RuntimeKey

Ek açıklamaları içeren hedef anahtar.

runtime
Boolean

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

Şunlara uygulanır