CoreStrings.InconsistentInheritance Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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