IComplexTypeMemberIgnoredConvention Interface

Definition

Represents an operation that should be performed when a complex type member is ignored.

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

Remarks

See Model building conventions for more information and examples.

Methods

ProcessComplexTypeMemberIgnored(IConventionComplexTypeBuilder, String, IConventionContext<String>)

Called after a complex type member is ignored.

Applies to