BackingFieldAttributeConvention.ProcessPropertyAdded(IConventionPropertyBuilder, BackingFieldAttribute, MemberInfo, IConventionContext) Yöntem

Tanım

İlişkili CLR özelliği veya alanı üzerinde bir özniteliği olan varlık türüne bir Özellik eklendikten sonra çağırılır.

protected override void ProcessPropertyAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, Microsoft.EntityFrameworkCore.BackingFieldAttribute attribute, System.Reflection.MemberInfo clrMember, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext context);
override this.ProcessPropertyAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * Microsoft.EntityFrameworkCore.BackingFieldAttribute * System.Reflection.MemberInfo * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext -> unit
Protected Overrides Sub ProcessPropertyAdded (propertyBuilder As IConventionPropertyBuilder, attribute As BackingFieldAttribute, clrMember As MemberInfo, context As IConventionContext)

Parametreler

propertyBuilder
IConventionPropertyBuilder

Özelliği için Oluşturucu.

attribute
BackingFieldAttribute

Öznitelik.

clrMember
MemberInfo

Özniteliği olan üye.

context
IConventionContext

Kural yürütme ile ilgili ek bilgiler.

Şunlara uygulanır