InheritanceDiscoveryConventionBase Class

Definition

Caution

This API is now deprecated.

Base type for inheritance discovery conventions

public abstract class InheritanceDiscoveryConventionBase
[System.Obsolete]
public abstract class InheritanceDiscoveryConventionBase
type InheritanceDiscoveryConventionBase = class
[<System.Obsolete>]
type InheritanceDiscoveryConventionBase = class
Public MustInherit Class InheritanceDiscoveryConventionBase
Inheritance
InheritanceDiscoveryConventionBase
Derived
Attributes

Remarks

See Model building conventions for more information.

Constructors

InheritanceDiscoveryConventionBase(ProviderConventionSetBuilderDependencies)

Creates a new instance of InheritanceDiscoveryConventionBase.

Properties

Dependencies

Dependencies for this service.

Methods

FindClosestBaseType(IConventionEntityType)

Finds an entity type in the model that's associated with a CLR type that the given entity type's associated CLR type is derived from and is the closest one in the CLR hierarchy.

Applies to