Share via


RuntimeModelConvention.ProcessElementTypeAnnotations Method

Definition

Updates the element type annotations that will be set on the read-only object.

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

Parameters

annotations
Dictionary<String,Object>

The annotations to be processed.

element
IElementType

The source element type.

runtimeElement
RuntimeElementType

The target element type that will contain the annotations.

runtime
Boolean

Indicates whether the given annotations are runtime annotations.

Applies to