RelationshipDiscoveryConvention.ProcessEntityTypeIgnored(IConventionModelBuilder, String, Type, IConventionContext<String>) Yöntem

Tanım

Bir varlık türü yok sayılırsa çağırılır.

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

Parametreler

modelBuilder
IConventionModelBuilder

Model için Oluşturucu.

name
String

Yoksayılan varlık türünün adı.

type
Type

Yoksayılan varlık türü.

context
IConventionContext<String>

Kural yürütme ile ilgili ek bilgiler.

Uygulamalar

Şunlara uygulanır