1 instantiation of EntityPropertyMappingInfo
System.Data.Services (1)
System\Data\Services\Providers\ResourceType.cs (1)
734
this.EpmSourceTree.Add(new
EntityPropertyMappingInfo
(epmAttr, definingType, this, isEFProvider));
10 references to EntityPropertyMappingInfo
System.Data.Services (10)
System\Data\Services\Epm\EpmContentSerializer.cs (1)
139
internal void Add(
EntityPropertyMappingInfo
epmInfo)
System\Data\Services\Epm\EpmSourcePathSegment.cs (1)
63
internal
EntityPropertyMappingInfo
EpmInfo
System\Data\Services\Epm\EpmSourceTree.cs (1)
66
internal void Add(
EntityPropertyMappingInfo
epmInfo)
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (1)
87
EntityPropertyMappingInfo
epmInfo = targetSegment.EpmInfo;
System\Data\Services\Epm\EpmTargetPathSegment.cs (1)
94
internal
EntityPropertyMappingInfo
EpmInfo
System\Data\Services\Epm\EpmTargetTree.cs (5)
68
internal void Add(
EntityPropertyMappingInfo
epmInfo)
143
internal void Remove(
EntityPropertyMappingInfo
epmInfo)
226
/// Given an <see cref="
EntityPropertyMappingInfo
"/> gives the correct target path for it
228
/// <param name="epmInfo">Given <see cref="
EntityPropertyMappingInfo
"/></param>
230
private static String GetPropertyNameFromEpmInfo(
EntityPropertyMappingInfo
epmInfo)