IEntityTypeIgnoredConvention Interface

Definition

Caution

Use ITypeIgnoredConvention instead

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

public interface IEntityTypeIgnoredConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
[System.Obsolete("Use ITypeIgnoredConvention instead")]
public interface IEntityTypeIgnoredConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IEntityTypeIgnoredConvention = interface
    interface IConvention
[<System.Obsolete("Use ITypeIgnoredConvention instead")>]
type IEntityTypeIgnoredConvention = interface
    interface IConvention
Public Interface IEntityTypeIgnoredConvention
Implements IConvention
Derived
Attributes
Implements

Remarks

See Model building conventions for more information and examples.

Methods

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

Called after an entity type is ignored.

Applies to