Поделиться через


CoreStrings.PropertyWrongType(Object, Object, Object) Метод

Определение

Свойство "{property}" не может быть удалено из типа "{type}", так как оно объявлено в типе "{otherType}".

public static string PropertyWrongType (object property, object otherEntityType, object entityType);
public static string PropertyWrongType (object property, object entityType, object otherEntityType);
public static string PropertyWrongType (object? property, object? entityType, object? otherEntityType);
public static string PropertyWrongType (object? property, object? type, object? otherType);
static member PropertyWrongType : obj * obj * obj -> string
static member PropertyWrongType : obj * obj * obj -> string
static member PropertyWrongType : obj * obj * obj -> string
Public Shared Function PropertyWrongType (property As Object, otherEntityType As Object, entityType As Object) As String
Public Shared Function PropertyWrongType (property As Object, entityType As Object, otherEntityType As Object) As String
Public Shared Function PropertyWrongType (property As Object, type As Object, otherType As Object) As String

Параметры

property
Object
otherEntityTypeentityTypetype
Object
entityTypeotherEntityTypeotherType
Object

Возвращаемое значение

Применяется к