NavigationAttributeConventionBase<TAttribute>.ProcessEntityTypeIgnored Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| ProcessEntityTypeIgnored(IConventionModelBuilder, String, Type, IConventionContext<String>) |
Bir varlık türü yok sayılırsa çağırılır. |
| ProcessEntityTypeIgnored(IConventionModelBuilder, Type, MemberInfo, Type, TAttribute, IConventionContext<String>) |
Bir varlık türü yoksayıldıktan sonra özniteliği olan her gezinti özelliği için çağırılır. |
ProcessEntityTypeIgnored(IConventionModelBuilder, String, Type, IConventionContext<String>)
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
ProcessEntityTypeIgnored(IConventionModelBuilder, Type, MemberInfo, Type, TAttribute, IConventionContext<String>)
Bir varlık türü yoksayıldıktan sonra özniteliği olan her gezinti özelliği için çağırılır.
public virtual void ProcessEntityTypeIgnored (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 ProcessEntityTypeIgnored : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder * Type * System.Reflection.MemberInfo * Type * 'Attribute * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> -> unit
override this.ProcessEntityTypeIgnored : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder * Type * System.Reflection.MemberInfo * Type * 'Attribute * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> -> unit
Public Overridable Sub ProcessEntityTypeIgnored (modelBuilder As IConventionModelBuilder, type As Type, navigationMemberInfo As MemberInfo, targetClrType As Type, attribute As TAttribute, context As IConventionContext(Of String))
Parametreler
- modelBuilder
- IConventionModelBuilder
Model için Oluşturucu.
- 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
- TAttribute
Öznitelik.
- context
- IConventionContext<String>
Kural yürütme ile ilgili ek bilgiler.