Поделиться через


RuntimeModelConvention.ProcessServicePropertyAnnotations Метод

Определение

Обновления заметки свойств службы, которые будут заданы для объекта, доступного только для чтения.

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

Параметры

annotations
Dictionary<String,Object>

Заметки для обработки.

property
IServiceProperty

Свойство исходной службы.

runtimeProperty
RuntimeServiceProperty

Свойство целевой службы, которое будет содержать заметки.

runtime
Boolean

Указывает, являются ли указанные заметки заметками среды выполнения.

Применяется к