CoreStrings.PropertyWrongType(Object, Object, Object) Yöntem

Tanım

'{property}' özelliği '{entityType}' varlık türünden kaldırılamıyor çünkü '{otherEntityType}' varlık türünde bildirildi.

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);
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

Parametreler

property
Object
otherEntityTypeentityType
Object
entityTypeotherEntityType
Object

Döndürülenler

String

Şunlara uygulanır