DatabaseGeneratedAttributeConvention.ProcessPropertyAdded(IConventionPropertyBuilder, DatabaseGeneratedAttribute, MemberInfo, IConventionContext) Yöntem

Tanım

İlişkili CLR özelliği veya alanında 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, System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedAttribute attribute, System.Reflection.MemberInfo clrMember, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext context);
override this.ProcessPropertyAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedAttribute * System.Reflection.MemberInfo * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext -> unit
Protected Overrides Sub ProcessPropertyAdded (propertyBuilder As IConventionPropertyBuilder, attribute As DatabaseGeneratedAttribute, clrMember As MemberInfo, context As IConventionContext)

Parametreler

propertyBuilder
IConventionPropertyBuilder

Özelliğin oluşturucusu.

attribute
DatabaseGeneratedAttribute

Öznitelik.

clrMember
MemberInfo

özniteliğine sahip olan üye.

context
IConventionContext

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

Şunlara uygulanır