InversePropertyAttributeConvention.ProcessEntityTypeMemberIgnored 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
| ProcessEntityTypeMemberIgnored(IConventionEntityTypeBuilder, String, IConventionContext<String>) |
Bir varlık türü üyesi yoksayılırsa çağırılır. |
| ProcessEntityTypeMemberIgnored(IConventionEntityTypeBuilder, MemberInfo, Type, InversePropertyAttribute, IConventionContext<String>) |
Özniteliği olan bir gezinti özelliği yok sayıldıktan sonra çağrılır. |
ProcessEntityTypeMemberIgnored(IConventionEntityTypeBuilder, String, IConventionContext<String>)
Bir varlık türü üyesi yoksayılırsa çağırılır.
public override void ProcessEntityTypeMemberIgnored (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder entityTypeBuilder, string name, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> context);
override this.ProcessEntityTypeMemberIgnored : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder * string * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> -> unit
Public Overrides Sub ProcessEntityTypeMemberIgnored (entityTypeBuilder As IConventionEntityTypeBuilder, name As String, context As IConventionContext(Of String))
Parametreler
- entityTypeBuilder
- IConventionEntityTypeBuilder
Varlık türü için Oluşturucu.
- name
- String
Yoksayılan üyenin adı.
- context
- IConventionContext<String>
Kural yürütme ile ilgili ek bilgiler.
Şunlara uygulanır
ProcessEntityTypeMemberIgnored(IConventionEntityTypeBuilder, MemberInfo, Type, InversePropertyAttribute, IConventionContext<String>)
Özniteliği olan bir gezinti özelliği yok sayıldıktan sonra çağrılır.
public override void ProcessEntityTypeMemberIgnored (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder entityTypeBuilder, System.Reflection.MemberInfo navigationMemberInfo, Type targetClrType, System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute attribute, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> context);
override this.ProcessEntityTypeMemberIgnored : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder * System.Reflection.MemberInfo * Type * System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> -> unit
Public Overrides Sub ProcessEntityTypeMemberIgnored (entityTypeBuilder As IConventionEntityTypeBuilder, navigationMemberInfo As MemberInfo, targetClrType As Type, attribute As InversePropertyAttribute, context As IConventionContext(Of String))
Parametreler
- entityTypeBuilder
- IConventionEntityTypeBuilder
Varlık türü için oluşturucu.
- 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.