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