Method ProcessPropertyAdded
- Assembly
- MongoDB.EntityFrameworkCore.dll
ProcessPropertyAdded(IConventionPropertyBuilder, BsonRepresentationAttribute, 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, BsonRepresentationAttribute attribute, MemberInfo clrMember, IConventionContext context)
Parameters
propertyBuilderIConventionPropertyBuilderThe builder for the property.
attributeBsonRepresentationAttributeThe attribute.
clrMemberMemberInfoThe member that has the attribute.
contextIConventionContextAdditional information associated with convention execution.