2 types derived from EpmContentDeSerializerBase
System.Data.Services (2)
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (1)
26
internal sealed class EpmCustomContentDeSerializer :
EpmContentDeSerializerBase
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (1)
23
internal sealed class EpmSyndicationContentDeSerializer :
EpmContentDeSerializerBase
7 references to EpmContentDeSerializerBase
System.Data.Services (7)
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (3)
90
if (!
EpmContentDeSerializerBase
.Match(currentRoot, this.PropertiesApplied))
118
if (!
EpmContentDeSerializerBase
.Match(currentRoot, this.PropertiesApplied))
163
if (!
EpmContentDeSerializerBase
.Match(attributeSegment, this.PropertiesApplied))
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (1)
51
if (!
EpmContentDeSerializerBase
.Match(newRoot, this.PropertiesApplied))
System\Data\Services\Providers\ResourceType.cs (3)
744
internal void SetEpmValue(EpmTargetPathSegment currentSegment, Object currentValue, object propertyValue,
EpmContentDeSerializerBase
deserializer)
774
EpmContentDeSerializerBase
deserializer)
1003
private static void SetEpmProperty(object element, string propertyName, object propertyValue, string sourcePath,
EpmContentDeSerializerBase
deserializer)