TypeAttributeConventionBase<TAttribute>.ProcessComplexTypeAdded Method

Definition

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.

Applies to