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
propertyBuilderIConventionPropertyBuilderThe builder for the property.
attributeBsonIdAttributeThe attribute.
clrMemberMemberInfoThe member that has the attribute.
contextIConventionContextAdditional information associated with convention execution.