InversePropertyAttributeConvention.ProcessEntityTypeIgnored(IConventionModelBuilder, Type, MemberInfo, Type, InversePropertyAttribute, IConventionContext<String>) Yöntem

Tanım

Varlık türü yoksayıldıktan sonra özniteliği olan her gezinti özelliği için çağrılır.

public override void ProcessEntityTypeIgnored (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder modelBuilder, Type type, System.Reflection.MemberInfo navigationMemberInfo, Type targetClrType, System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute attribute, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> context);
override this.ProcessEntityTypeIgnored : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder * Type * System.Reflection.MemberInfo * Type * System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> -> unit
Public Overrides Sub ProcessEntityTypeIgnored (modelBuilder As IConventionModelBuilder, type As Type, navigationMemberInfo As MemberInfo, targetClrType As Type, attribute As InversePropertyAttribute, context As IConventionContext(Of String))

Parametreler

modelBuilder
IConventionModelBuilder

Modelin oluşturucusu.

type
Type

Yoksayılan varlık türü.

navigationMemberInfo
MemberInfo

Gezinti üyesi bilgileri.

targetClrType
Type

Hedef varlık türünün CLR türü.

attribute
InversePropertyAttribute

Öznitelik.

context
IConventionContext<String>

Kural yürütme ile ilişkili ek bilgiler.

Şunlara uygulanır