KeyAttributeConvention.ProcessPropertyAdded Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ProcessPropertyAdded(IConventionComplexPropertyBuilder, KeyAttribute, MemberInfo, IConventionContext) |
Called after a complex property is added to a type with an attribute on the associated CLR property or field. |
ProcessPropertyAdded(IConventionPropertyBuilder, KeyAttribute, MemberInfo, IConventionContext) |
Called after a property is added to the entity type with an attribute on the associated CLR property or field. |
ProcessPropertyAdded(IConventionComplexPropertyBuilder, KeyAttribute, MemberInfo, IConventionContext)
- Source:
- KeyAttributeConvention.cs
- Source:
- KeyAttributeConvention.cs
Called after a complex property is added to a type with an attribute on the associated CLR property or field.
protected override void ProcessPropertyAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder propertyBuilder, System.ComponentModel.DataAnnotations.KeyAttribute attribute, System.Reflection.MemberInfo clrMember, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext context);
override this.ProcessPropertyAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder * System.ComponentModel.DataAnnotations.KeyAttribute * System.Reflection.MemberInfo * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext -> unit
Protected Overrides Sub ProcessPropertyAdded (propertyBuilder As IConventionComplexPropertyBuilder, attribute As KeyAttribute, clrMember As MemberInfo, context As IConventionContext)
Parameters
- propertyBuilder
- IConventionComplexPropertyBuilder
The builder for the property.
- attribute
- KeyAttribute
The attribute.
- clrMember
- MemberInfo
The member that has the attribute.
- context
- IConventionContext
Additional information associated with convention execution.
Applies to
ProcessPropertyAdded(IConventionPropertyBuilder, KeyAttribute, MemberInfo, IConventionContext)
- Source:
- KeyAttributeConvention.cs
- Source:
- KeyAttributeConvention.cs
- Source:
- KeyAttributeConvention.cs
- Source:
- KeyAttributeConvention.cs
- Source:
- KeyAttributeConvention.cs
- Source:
- KeyAttributeConvention.cs
- Source:
- KeyAttributeConvention.cs
Called after a property is added to the entity type with an attribute on the associated CLR property or field.
protected override void ProcessPropertyAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, System.ComponentModel.DataAnnotations.KeyAttribute attribute, System.Reflection.MemberInfo clrMember, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext context);
override this.ProcessPropertyAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * System.ComponentModel.DataAnnotations.KeyAttribute * System.Reflection.MemberInfo * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext -> unit
Protected Overrides Sub ProcessPropertyAdded (propertyBuilder As IConventionPropertyBuilder, attribute As KeyAttribute, clrMember As MemberInfo, context As IConventionContext)
Parameters
- propertyBuilder
- IConventionPropertyBuilder
The builder for the property.
- attribute
- KeyAttribute
The attribute.
- clrMember
- MemberInfo
The member that has the attribute.
- context
- IConventionContext
Additional information associated with convention execution.
Applies to
Entity Framework