1 write to PropertyPath
System.Data.Services (1)
System\Data\Services\Epm\EpmContentDeSerializer.cs (1)
134this.Properties.Add(new EpmAppliedProperty { PropertyPath = propertyPath, ApplyRecursive = wholePathCovered });
4 references to PropertyPath
System.Data.Services (4)
System\Data\Services\Epm\EpmContentDeSerializer.cs (4)
150return this.properties != null && this.Properties.Any(e => e.PropertyPath == propertyPath || 152e.PropertyPath.Length <= propertyPath.Length && e.PropertyPath == propertyPath.Substring(0, e.PropertyPath.Length)));