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