Condividi tramite


CoreStrings.InconsistentInheritance Metodo

Definizione

Overload

InconsistentInheritance(Object, Object)

Il tipo di entità '{entityType}' deve derivare da '{baseEntityType}' per riflettere la gerarchia dei tipi CLR corrispondenti.

InconsistentInheritance(Object, Object, Object)

Il tipo di entità '{entityType}' è configurato come derivato da '{baseEntityType}', ma in base alla gerarchia dei tipi CLR corrispondenti deve derivare da '{clrBaseEntityType}'. Configurare '{entityType}' con '{baseEntityType}' o 'null' come tipo di base.

InconsistentInheritance(Object, Object)

Il tipo di entità '{entityType}' deve derivare da '{baseEntityType}' per riflettere la gerarchia dei tipi CLR corrispondenti.

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

Parametri

entityType
Object
baseEntityType
Object

Restituisce

Si applica a

InconsistentInheritance(Object, Object, Object)

Il tipo di entità '{entityType}' è configurato come derivato da '{baseEntityType}', ma in base alla gerarchia dei tipi CLR corrispondenti deve derivare da '{clrBaseEntityType}'. Configurare '{entityType}' con '{baseEntityType}' o 'null' come tipo di 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

Parametri

entityType
Object
baseEntityType
Object
clrBaseEntityType
Object

Restituisce

Si applica a