다음을 통해 공유


NavigationAttributeConventionBase<TAttribute>.ProcessTypeIgnored 메서드

정의

오버로드

ProcessTypeIgnored(IConventionModelBuilder, String, Type, IConventionContext<String>)

엔터티 형식이 무시된 후 호출됩니다.

ProcessTypeIgnored(IConventionModelBuilder, Type, MemberInfo, Type, TAttribute, IConventionContext<String>)

엔터티 형식이 무시된 후 특성이 있는 모든 탐색 속성에 대해 호출됩니다.

ProcessTypeIgnored(IConventionModelBuilder, String, Type, IConventionContext<String>)

엔터티 형식이 무시된 후 호출됩니다.

public virtual void ProcessTypeIgnored (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder modelBuilder, string name, Type? type, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> context);
abstract member ProcessTypeIgnored : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder * string * Type * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> -> unit
override this.ProcessTypeIgnored : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder * string * Type * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> -> unit
Public Overridable Sub ProcessTypeIgnored (modelBuilder As IConventionModelBuilder, name As String, type As Type, context As IConventionContext(Of String))

매개 변수

modelBuilder
IConventionModelBuilder

모델의 작성기입니다.

name
String

무시된 엔터티 형식의 이름입니다.

type
Type

무시된 엔터티 형식입니다.

context
IConventionContext<String>

규칙 실행과 관련된 추가 정보입니다.

적용 대상

ProcessTypeIgnored(IConventionModelBuilder, Type, MemberInfo, Type, TAttribute, IConventionContext<String>)

엔터티 형식이 무시된 후 특성이 있는 모든 탐색 속성에 대해 호출됩니다.

public virtual void ProcessTypeIgnored (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder modelBuilder, Type type, System.Reflection.MemberInfo navigationMemberInfo, Type targetClrType, TAttribute attribute, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> context);
abstract member ProcessTypeIgnored : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder * Type * System.Reflection.MemberInfo * Type * 'Attribute * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> -> unit
override this.ProcessTypeIgnored : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder * Type * System.Reflection.MemberInfo * Type * 'Attribute * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> -> unit
Public Overridable Sub ProcessTypeIgnored (modelBuilder As IConventionModelBuilder, type As Type, navigationMemberInfo As MemberInfo, targetClrType As Type, attribute As TAttribute, context As IConventionContext(Of String))

매개 변수

modelBuilder
IConventionModelBuilder

모델의 작성기입니다.

type
Type

무시된 엔터티 형식입니다.

navigationMemberInfo
MemberInfo

탐색 멤버 정보입니다.

targetClrType
Type

대상 엔터티 형식의 CLR 형식입니다.

attribute
TAttribute

특성입니다.

context
IConventionContext<String>

규칙 실행과 관련된 추가 정보입니다.

적용 대상