Share via


ITypeIgnoredConvention.ProcessTypeIgnored 메서드

정의

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

public 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
Public 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>

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

적용 대상