1 instantiation of EntityPropertyMappingInfo
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
734this.EpmSourceTree.Add(new EntityPropertyMappingInfo(epmAttr, definingType, this));
9 references to EntityPropertyMappingInfo
System.Data.Services.Client (9)
parent\Server\System\Data\Services\Epm\EpmSourcePathSegment.cs (1)
63internal EntityPropertyMappingInfo EpmInfo
parent\Server\System\Data\Services\Epm\EpmSourceTree.cs (1)
66internal void Add(EntityPropertyMappingInfo epmInfo)
parent\Server\System\Data\Services\Epm\EpmTargetPathSegment.cs (1)
94internal EntityPropertyMappingInfo EpmInfo
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (5)
68internal void Add(EntityPropertyMappingInfo epmInfo) 143internal 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> 230private static String GetPropertyNameFromEpmInfo(EntityPropertyMappingInfo epmInfo)
System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs (1)
70EntityPropertyMappingInfo epmInfo = targetSegment.EpmInfo;