Sdílet prostřednictvím


CoreStrings.InconsistentInheritance Metoda

Definice

Přetížení

InconsistentInheritance(Object, Object)

Typ entity {entityType} by měl být odvozen z {baseEntityType}, aby odrážel hierarchii odpovídajících typů CLR.

InconsistentInheritance(Object, Object, Object)

Typ entity {entityType} je nakonfigurovaný jako odvozený od {baseEntityType}, ale podle hierarchie odpovídajících typů CLR by měl být odvozen z {clrBaseEntityType}. Nakonfigurujte {entityType}, který má jako základní typ buď {baseEntityType}, nebo null.

InconsistentInheritance(Object, Object)

Typ entity {entityType} by měl být odvozen z {baseEntityType}, aby odrážel hierarchii odpovídajících typů 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

Návraty

Platí pro

InconsistentInheritance(Object, Object, Object)

Typ entity {entityType} je nakonfigurovaný jako odvozený od {baseEntityType}, ale podle hierarchie odpovídajících typů CLR by měl být odvozen z {clrBaseEntityType}. Nakonfigurujte {entityType}, který má jako základní typ buď {baseEntityType}, nebo 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

Návraty

Platí pro