1 instantiation of EpmSyndicationContentSerializer
System.Data.Services (1)
System\Data\Services\Epm\EpmContentSerializer.cs (1)
65this.epmSyndicationSerializer = new EpmSyndicationContentSerializer(this.resourceType.EpmTargetTree, value, targetItem, this.nullValuedProperties);
3 references to EpmSyndicationContentSerializer
System.Data.Services (3)
System\Data\Services\Epm\EpmContentSerializer.cs (1)
35private readonly EpmSyndicationContentSerializer epmSyndicationSerializer;
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (2)
129this.Target.LastUpdatedTime = EpmSyndicationContentSerializer.GetDate(propertyValue, Strings.EpmSerializer_UpdatedHasWrongType); 132this.Target.PublishDate = EpmSyndicationContentSerializer.GetDate(propertyValue, Strings.EpmSerializer_PublishedHasWrongType);