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