5 references to IsAttribute
System.Data.Services (5)
System\Data\Services\Epm\EpmContentSerializerBase.cs (2)
147
segmentsToSerialize = targetSegment.SubSegments.Where(s => s.
IsAttribute
== true);
150
segmentsToSerialize = targetSegment.SubSegments.Where(s => s.
IsAttribute
== false);
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (1)
158
foreach (var attributeSegment in currentRoot.SubSegments.Where(s => s.
IsAttribute
))
System\Data\Services\Epm\EpmCustomContentSerializer.cs (1)
110
if (targetSegment.
IsAttribute
)
System\Data\Services\Epm\EpmTargetTree.cs (1)
209
foreach (EpmTargetPathSegment childSegment in currentSegment.SubSegments.Where(s => !s.
IsAttribute
))