ITypeIgnoredConvention Interface

Definition

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

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

Remarks

See Model building conventions for more information and examples.

Methods

ProcessTypeIgnored(IConventionModelBuilder, String, Type, IConventionContext<String>)

Called after an entity type is ignored.

Applies to