CoreStrings.InconsistentInheritance Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
InconsistentInheritance(Object, Object) |
Le type d’entité « {entityType} » doit dériver de « {baseEntityType} » pour refléter la hiérarchie des types CLR correspondants. |
InconsistentInheritance(Object, Object, Object) |
Le type d’entité « {entityType} » est configuré comme dérivé de « {baseEntityType} », mais selon la hiérarchie des types CLR correspondants, il doit dériver de « {clrBaseEntityType} ». Configurez « {entityType} » en ayant « {baseEntityType} » ou « null » comme type de base. |
InconsistentInheritance(Object, Object)
Le type d’entité « {entityType} » doit dériver de « {baseEntityType} » pour refléter la hiérarchie des types CLR correspondants.
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
Paramètres
- entityType
- Object
- baseEntityType
- Object
Retours
S’applique à
InconsistentInheritance(Object, Object, Object)
Le type d’entité « {entityType} » est configuré comme dérivé de « {baseEntityType} », mais selon la hiérarchie des types CLR correspondants, il doit dériver de « {clrBaseEntityType} ». Configurez « {entityType} » en ayant « {baseEntityType} » ou « null » comme type de 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
Paramètres
- entityType
- Object
- baseEntityType
- Object
- clrBaseEntityType
- Object