Compartir a través de


CoreStrings.InconsistentInheritance Método

Definición

Sobrecargas

InconsistentInheritance(Object, Object)

El tipo de entidad '{entityType}' debe derivarse de '{baseEntityType}' para reflejar la jerarquía de los tipos CLR correspondientes.

InconsistentInheritance(Object, Object, Object)

El tipo de entidad '{entityType}' se configura como derivado de '{baseEntityType}', pero según la jerarquía de los tipos CLR correspondientes, debe derivar de '{clrBaseEntityType}'. Configure '{entityType}' con '{baseEntityType}' o 'null' como tipo base.

InconsistentInheritance(Object, Object)

El tipo de entidad '{entityType}' debe derivarse de '{baseEntityType}' para reflejar la jerarquía de los tipos CLR correspondientes.

public static string InconsistentInheritance (object entityType, object baseEntityType);
static member InconsistentInheritance : obj * obj -> string
Public Shared Function InconsistentInheritance (entityType As Object, baseEntityType As Object) As String

Parámetros

entityType
Object
baseEntityType
Object

Devoluciones

Se aplica a

InconsistentInheritance(Object, Object, Object)

El tipo de entidad '{entityType}' se configura como derivado de '{baseEntityType}', pero según la jerarquía de los tipos CLR correspondientes, debe derivar de '{clrBaseEntityType}'. Configure '{entityType}' con '{baseEntityType}' o 'null' como tipo base.

public static string InconsistentInheritance (object? entityType, object? baseEntityType, object? clrBaseEntityType);
static member InconsistentInheritance : obj * obj * obj -> string
Public Shared Function InconsistentInheritance (entityType As Object, baseEntityType As Object, clrBaseEntityType As Object) As String

Parámetros

entityType
Object
baseEntityType
Object
clrBaseEntityType
Object

Devoluciones

Se aplica a