Method ProcessPropertyAdded
- Assembly
- MongoDB.EntityFrameworkCore.dll
ProcessPropertyAdded(IConventionPropertyBuilder, BsonIdAttribute, 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, BsonIdAttribute attribute, MemberInfo clrMember, IConventionContext context)
Parameters
propertyBuilder
IConventionPropertyBuilderThe builder for the property.
attribute
BsonIdAttributeThe attribute.
clrMember
MemberInfoThe member that has the attribute.
context
IConventionContextAdditional information associated with convention execution.