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