3 references to SubProperties
System.Data.Services.Client (3)
parent\Server\System\Data\Services\Epm\EpmSourceTree.cs (2)
70
IList<EpmSourcePathSegment> activeSubProperties = currentProperty.
SubProperties
;
92
activeSubProperties = currentProperty.
SubProperties
;
System\Data\Services\Client\DataServiceContext.cs (1)
3312
EpmSourcePathSegment matchedSegment = currentSegment != null ? currentSegment.
SubProperties
.SingleOrDefault(s => s.PropertyName == property.PropertyName) : null;