UnicodeAttributeConvention.ProcessPropertyAdded Yöntem

Tanım

Varlık türüne bir özellik eklendikten sonra, ilişkili CLR özelliğinde veya alanında bir öznitelikle çağrılır.

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

Parametreler

propertyBuilder
IConventionPropertyBuilder

Özelliğin oluşturucusu.

attribute
UnicodeAttribute

Öznitelik.

clrMember
MemberInfo

özniteliğine sahip olan üye.

context
IConventionContext

Kural yürütme ile ilişkili ek bilgiler.

Şunlara uygulanır