Method ProcessPropertyAdded
- Namespace
- MongoDB.EntityFrameworkCore.Metadata.Conventions
- Assembly
- MongoDB.EntityFrameworkCore.dll
ProcessPropertyAdded(IConventionPropertyBuilder, T, MemberInfo, IConventionContext)
Called after a property is added to the entity type with an attribute on the associated CLR property or field.
protected override void ProcessPropertyAdded(IConventionPropertyBuilder propertyBuilder, T attribute, MemberInfo clrMember, IConventionContext context)
Parameters
propertyBuilder
IConventionPropertyBuilderThe builder for the property.
attribute
TThe attribute.
clrMember
MemberInfoThe member that has the attribute.
context
IConventionContextAdditional information associated with convention execution.