1 write to EpmInfo
System.Data.Services (1)
System\Data\Services\Epm\EpmTargetTree.cs (1)
130currentSegment.EpmInfo = epmInfo;
14 references to EpmInfo
System.Data.Services (14)
System\Data\Services\Epm\EpmContentDeSerializerBase.cs (2)
92if (!targetSegment.EpmInfo.Attribute.KeepInContent) 94return propertiesApplied.Lookup(targetSegment.EpmInfo.Attribute.SourcePath);
System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs (3)
187if (segment.EpmInfo != null) 196propertyValue = segment.EpmInfo.ReadPropertyValue(element, provider); 218nullValuedProperties.Add(segment.EpmInfo);
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (1)
53switch (newRoot.EpmInfo.Attribute.TargetSyndicationItem)
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (1)
87EntityPropertyMappingInfo epmInfo = targetSegment.EpmInfo;
System\Data\Services\Epm\EpmTargetPathSegment.cs (1)
105return this.EpmInfo != null;
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\Providers\ResourceType.cs (2)
746if (currentSegment.EpmInfo.Attribute.KeepInContent == false) 749currentSegment.EpmInfo.Attribute.SourcePath.Split('/'),