5 references to DefiningType
System.Data.Services.Client (5)
parent\Server\System\Data\Services\Epm\EpmSourceTree.cs (4)
78
throw new InvalidOperationException(Strings.EpmSourceTree_InvalidSourcePath(epmInfo.
DefiningType
.Name, sourceName));
108
if (foundProperty.EpmInfo.
DefiningType
.Name == epmInfo.
DefiningType
.Name)
110
throw new InvalidOperationException(Strings.EpmSourceTree_DuplicateEpmAttrsWithSameSourceName(epmInfo.Attribute.SourcePath, epmInfo.
DefiningType
.Name));
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (1)
121
throw new ArgumentException(Strings.EpmTargetTree_DuplicateEpmAttrsWithSameTargetName(EpmTargetTree.GetPropertyNameFromEpmInfo(currentSegment.EpmInfo), currentSegment.EpmInfo.
DefiningType
.Name, currentSegment.EpmInfo.Attribute.SourcePath, epmInfo.Attribute.SourcePath));