UnicodeAttributeConvention.ProcessPropertyAdded 方法

定义

在将属性添加到具有关联 CLR 属性或字段特性的实体类型后调用。

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)

参数

propertyBuilder
IConventionPropertyBuilder

属性的生成器。

attribute
UnicodeAttribute

属性。

clrMember
MemberInfo

具有 属性的成员。

context
IConventionContext

与约定执行关联的其他信息。

适用于