TypeAttributeConventionBase<TAttribute>.ProcessComplexTypeAdded 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.
Called after an complex type is added to the model if it has an attribute.
protected virtual void ProcessComplexTypeAdded(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexTypeBuilder complexTypeBuilder, TAttribute attribute, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext context);
abstract member ProcessComplexTypeAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexTypeBuilder * 'Attribute * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext -> unit
override this.ProcessComplexTypeAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexTypeBuilder * 'Attribute * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext -> unit
Protected Overridable Sub ProcessComplexTypeAdded (complexTypeBuilder As IConventionComplexTypeBuilder, attribute As TAttribute, context As IConventionContext)
Parameters
- complexTypeBuilder
- IConventionComplexTypeBuilder
The builder for the complex type.
- attribute
- TAttribute
The attribute.
- context
- IConventionContext
Additional information associated with convention execution.