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