Udostępnij za pośrednictwem


CoreStrings.InconsistentInheritance Metoda

Definicja

Przeciążenia

InconsistentInheritance(Object, Object)

Typ jednostki "{entityType}" powinien pochodzić z "{baseEntityType}", aby odzwierciedlić hierarchię odpowiednich typów CLR.

InconsistentInheritance(Object, Object, Object)

Typ jednostki "{entityType}" jest skonfigurowany jako pochodzący z klasy {baseEntityType}, jednak zgodnie z hierarchią odpowiednich typów CLR powinien pochodzić z klasy {clrBaseEntityType}. Skonfiguruj element "{entityType}" o typie podstawowym "{baseEntityType}" lub "null".

InconsistentInheritance(Object, Object)

Typ jednostki "{entityType}" powinien pochodzić z "{baseEntityType}", aby odzwierciedlić hierarchię odpowiednich typów CLR.

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

Parametry

entityType
Object
baseEntityType
Object

Zwraca

Dotyczy

InconsistentInheritance(Object, Object, Object)

Typ jednostki "{entityType}" jest skonfigurowany jako pochodzący z klasy {baseEntityType}, jednak zgodnie z hierarchią odpowiednich typów CLR powinien pochodzić z klasy {clrBaseEntityType}. Skonfiguruj element "{entityType}" o typie podstawowym "{baseEntityType}" lub "null".

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

Parametry

entityType
Object
baseEntityType
Object
clrBaseEntityType
Object

Zwraca

Dotyczy