TimestampAttributeConvention.ProcessPropertyAdded(IConventionPropertyBuilder, TimestampAttribute, 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, System.ComponentModel.DataAnnotations.TimestampAttribute attribute, System.Reflection.MemberInfo clrMember, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext context);
override this.ProcessPropertyAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * System.ComponentModel.DataAnnotations.TimestampAttribute * System.Reflection.MemberInfo * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext -> unit
Protected Overrides Sub ProcessPropertyAdded (propertyBuilder As IConventionPropertyBuilder, attribute As TimestampAttribute, clrMember As MemberInfo, context As IConventionContext)

Parametreler

propertyBuilder
IConventionPropertyBuilder

Özelliği için Oluşturucu.

attribute
TimestampAttribute

Öznitelik.

clrMember
MemberInfo

Özniteliği olan üye.

context
IConventionContext

Kural yürütme ile ilgili ek bilgiler.

Şunlara uygulanır