次の方法で共有


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

戻り値

適用対象