5 references to IsAttribute
System.Data.Services.Client (5)
parent\Server\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);
parent\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs (1)
110
if (targetSegment.
IsAttribute
)
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (1)
209
foreach (EpmTargetPathSegment childSegment in currentSegment.SubSegments.Where(s => !s.
IsAttribute
))
System\Data\Services\Client\AtomMaterializer.cs (1)
1492
if (item.
IsAttribute
)