次の方法で共有


CoreStrings.DuplicateServicePropertyType メソッド

定義

同じ型のサービス プロパティ '{duplicateName}' がエンティティ型 '{duplicateEntityType}' に既に存在するため、型 '{serviceType}' のサービス プロパティ '{property}' をエンティティ型 '{entityType}' に追加できません。

public static string DuplicateServicePropertyType (object property, object serviceType, object entityType, object duplicateName, object duplicateEntityType);
static member DuplicateServicePropertyType : obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateServicePropertyType (property As Object, serviceType As Object, entityType As Object, duplicateName As Object, duplicateEntityType As Object) As String

パラメーター

property
Object
serviceType
Object
entityType
Object
duplicateName
Object
duplicateEntityType
Object

戻り値

適用対象