IComplexPropertyAddedConvention Interface

Definition

Represents an operation that should be performed when a complex property is added to an type-like object.

public interface IComplexPropertyAddedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IComplexPropertyAddedConvention = interface
    interface IConvention
Public Interface IComplexPropertyAddedConvention
Implements IConvention
Derived
Implements

Remarks

See Model building conventions for more information and examples.

Methods

ProcessComplexPropertyAdded(IConventionComplexPropertyBuilder, IConventionContext<IConventionComplexPropertyBuilder>)

Called after a complex property is added to a type-like object.

Applies to