1 instantiation of EntityPropertyMappingInfo
System.Data.Services (1)
System\Data\Services\Providers\ResourceType.cs (1)
734this.EpmSourceTree.Add(new EntityPropertyMappingInfo(epmAttr, definingType, this, isEFProvider));
10 references to EntityPropertyMappingInfo
System.Data.Services (10)
System\Data\Services\Epm\EpmContentSerializer.cs (1)
139internal void Add(EntityPropertyMappingInfo epmInfo)
System\Data\Services\Epm\EpmSourcePathSegment.cs (1)
63internal EntityPropertyMappingInfo EpmInfo
System\Data\Services\Epm\EpmSourceTree.cs (1)
66internal void Add(EntityPropertyMappingInfo epmInfo)
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (1)
87EntityPropertyMappingInfo epmInfo = targetSegment.EpmInfo;
System\Data\Services\Epm\EpmTargetPathSegment.cs (1)
94internal EntityPropertyMappingInfo EpmInfo
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)