다음을 통해 공유


RelationalRuntimeModelConvention.ProcessEntityTypeAnnotations 메서드

정의

오버로드

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

읽기 전용 개체에 설정할 엔터티 형식 주석을 업데이트.

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

읽기 전용 개체에 설정할 엔터티 형식 주석을 업데이트.

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

읽기 전용 개체에 설정할 엔터티 형식 주석을 업데이트.

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)

매개 변수

annotations
Dictionary<String,Object>

처리할 주석입니다.

entityType
IEntityType

원본 엔터티 형식입니다.

runtimeEntityType
RuntimeEntityType

주석을 포함할 대상 엔터티 형식입니다.

runtime
Boolean

지정된 주석이 런타임 주석인지 여부를 나타냅니다.

적용 대상

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

읽기 전용 개체에 설정할 엔터티 형식 주석을 업데이트.

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)

매개 변수

annotations
IDictionary<String,Object>

처리할 주석입니다.

entityType
IEntityType

원본 엔터티 형식입니다.

runtimeEntityType
RuntimeEntityType

주석을 포함할 대상 엔터티 형식입니다.

runtime
Boolean

지정된 주석이 런타임 주석인지 여부를 나타냅니다.

적용 대상