1 instantiation of EpmAppliedProperty
System.Data.Services (1)
System\Data\Services\Epm\EpmContentDeSerializer.cs (1)
134this.Properties.Add(new EpmAppliedProperty { PropertyPath = propertyPath, ApplyRecursive = wholePathCovered });
3 references to EpmAppliedProperty
System.Data.Services (3)
System\Data\Services\Epm\EpmContentDeSerializer.cs (3)
96private List<EpmAppliedProperty> properties; 102private IList<EpmAppliedProperty> Properties 108this.properties = new List<EpmAppliedProperty>();