Table of Contents

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 IConventionPropertyBuilder

The builder for the property.

attribute T

The attribute.

clrMember MemberInfo

The member that has the attribute.

context IConventionContext

Additional information associated with convention execution.