1 write to EpmInfo
System.Data.Services.Client (1)
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (1)
130
currentSegment.
EpmInfo
= epmInfo;
11 references to EpmInfo
System.Data.Services.Client (11)
parent\Server\System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs (2)
187
if (segment.
EpmInfo
!= null)
194
propertyValue = segment.
EpmInfo
.ReadPropertyValue(element);
parent\Server\System\Data\Services\Epm\EpmTargetPathSegment.cs (1)
105
return this.
EpmInfo
!= null;
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (4)
121
throw new ArgumentException(Strings.EpmTargetTree_DuplicateEpmAttrsWithSameTargetName(EpmTargetTree.GetPropertyNameFromEpmInfo(currentSegment.
EpmInfo
), currentSegment.
EpmInfo
.DefiningType.Name, currentSegment.
EpmInfo
.Attribute.SourcePath, epmInfo.Attribute.SourcePath));
188
if (!currentSegment.
EpmInfo
.Attribute.KeepInContent)
System\Data\Services\Client\AtomMaterializer.cs (3)
1481
Debug.Assert(segment.
EpmInfo
!= null, "segment.EpmInfo != null -- otherwise segment.HasValue should be false");
1483
string path = segment.
EpmInfo
.Attribute.SourcePath;
1500
SetValueOnPath(entry.DataValues, item.
EpmInfo
.Attribute.SourcePath, attribute.Value, null);
System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs (1)
70
EntityPropertyMappingInfo epmInfo = targetSegment.
EpmInfo
;