共用方式為


CoreStrings.InconsistentInheritance 方法

定義

多載

InconsistentInheritance(Object, Object)

實體類型 '{entityType}' 應該衍生自 '{baseEntityType}',以反映對應 CLR 類型的階層。

InconsistentInheritance(Object, Object, Object)

實體類型 '{entityType}' 設定為衍生自 '{baseEntityType}',不過,根據應該衍生自 '{clrBaseEntityType}' 之對應 CLR 類型的階層。 將 '{entityType}' 設定為基底類型為 '{baseEntityType}' 或 'null'。

InconsistentInheritance(Object, Object)

實體類型 '{entityType}' 應該衍生自 '{baseEntityType}',以反映對應 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

參數

entityType
Object
baseEntityType
Object

傳回

適用於

InconsistentInheritance(Object, Object, Object)

實體類型 '{entityType}' 設定為衍生自 '{baseEntityType}',不過,根據應該衍生自 '{clrBaseEntityType}' 之對應 CLR 類型的階層。 將 '{entityType}' 設定為基底類型為 '{baseEntityType}' 或 '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

參數

entityType
Object
baseEntityType
Object
clrBaseEntityType
Object

傳回

適用於