1 write to nullValuedProperties
System.Data.Services (1)
System\Data\Services\Epm\EpmContentSerializer.cs (1)
61
this.
nullValuedProperties
= new EpmNullValuedPropertyTree(provider, value);
3 references to nullValuedProperties
System.Data.Services (3)
System\Data\Services\Epm\EpmContentSerializer.cs (3)
65
this.epmSyndicationSerializer = new EpmSyndicationContentSerializer(this.resourceType.EpmTargetTree, value, targetItem, this.
nullValuedProperties
);
66
this.epmCustomSerializer = new EpmCustomContentSerializer(this.resourceType.EpmTargetTree, value, targetItem, this.
nullValuedProperties
, provider);
106
this.
nullValuedProperties
.AddNullValuesToContent(content);