3 writes to LastUpdatedTime
System.Data.Services (2)
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (1)
129
this.Target.
LastUpdatedTime
= EpmSyndicationContentSerializer.GetDate(propertyValue, Strings.EpmSerializer_UpdatedHasWrongType);
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
708
item.
LastUpdatedTime
= this.lastUpdatedTime;
System.ServiceModel (1)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
388
result.
LastUpdatedTime
= DateFromString(reader.ReadString(), reader);
5 references to LastUpdatedTime
System.Data.Services (2)
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (2)
102
if (this.Item.
LastUpdatedTime
> DateTimeOffset.MinValue)
104
resourceType.SetEpmValue(newRoot, element, XmlConvert.ToString(this.Item.
LastUpdatedTime
), this);
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1285
WriteItemLastUpdatedTimeTo(dictWriter, item.
LastUpdatedTime
);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
1379
if (item.
LastUpdatedTime
> DateTimeOffset.MinValue)
1383
this.atomSerializer.WriteItemLastUpdatedTimeTo(writer, item.
LastUpdatedTime
);