CoreStrings.ConverterPropertyMismatch(Object, Object, Object, Object) 方法

定义

模型类型“{converterType}”的转换器不能用于“{entityType}”。{propertyName}“,因为其类型为”{propertyType}”。

public static string ConverterPropertyMismatch (object converterType, object entityType, object propertyName, object propertyType);
public static string ConverterPropertyMismatch (object? converterType, object? entityType, object? propertyName, object? propertyType);
static member ConverterPropertyMismatch : obj * obj * obj * obj -> string
Public Shared Function ConverterPropertyMismatch (converterType As Object, entityType As Object, propertyName As Object, propertyType As Object) As String

参数

converterType
Object
entityType
Object
propertyName
Object
propertyType
Object

返回

适用于