Compartilhar via


CosmosRuntimeModelConvention.ProcessEntityTypeAnnotations Método

Definição

Sobrecargas

ProcessEntityTypeAnnotations(Dictionary<String,Object>, IEntityType, RuntimeEntityType, Boolean)

Atualizações as anotações de tipo de entidade que serão definidas no objeto somente leitura.

ProcessEntityTypeAnnotations(IDictionary<String,Object>, IEntityType, RuntimeEntityType, Boolean)

Atualizações as anotações de tipo de entidade que serão definidas no objeto somente leitura.

ProcessEntityTypeAnnotations(Dictionary<String,Object>, IEntityType, RuntimeEntityType, Boolean)

Atualizações as anotações de tipo de entidade que serão definidas no objeto somente leitura.

protected override void ProcessEntityTypeAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType runtimeEntityType, bool runtime);
override this.ProcessEntityTypeAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType * bool -> unit
Protected Overrides Sub ProcessEntityTypeAnnotations (annotations As Dictionary(Of String, Object), entityType As IEntityType, runtimeEntityType As RuntimeEntityType, runtime As Boolean)

Parâmetros

annotations
Dictionary<String,Object>

As anotações a serem processadas.

entityType
IEntityType

O tipo de entidade de origem.

runtimeEntityType
RuntimeEntityType

O tipo de entidade de destino que conterá as anotações.

runtime
Boolean

Indica se as anotações fornecidas são anotações de runtime.

Aplica-se a

ProcessEntityTypeAnnotations(IDictionary<String,Object>, IEntityType, RuntimeEntityType, Boolean)

Atualizações as anotações de tipo de entidade que serão definidas no objeto somente leitura.

protected override void ProcessEntityTypeAnnotations (System.Collections.Generic.IDictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType runtimeEntityType, bool runtime);
override this.ProcessEntityTypeAnnotations : System.Collections.Generic.IDictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType * bool -> unit
Protected Overrides Sub ProcessEntityTypeAnnotations (annotations As IDictionary(Of String, Object), entityType As IEntityType, runtimeEntityType As RuntimeEntityType, runtime As Boolean)

Parâmetros

annotations
IDictionary<String,Object>

As anotações a serem processadas.

entityType
IEntityType

O tipo de entidade de origem.

runtimeEntityType
RuntimeEntityType

O tipo de entidade de destino que conterá as anotações.

runtime
Boolean

Indica se as anotações fornecidas são anotações de runtime.

Aplica-se a