23 references to Item
System.Data.Services (23)
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (1)
41
foreach (SyndicationElementExtension extension in this.
Item
.ElementExtensions)
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (22)
56
if (this.
Item
.Authors.Count > 0)
58
resourceType.SetEpmValue(newRoot, element, this.
Item
.Authors[0].Email, this);
63
if (this.
Item
.Authors.Count > 0)
65
resourceType.SetEpmValue(newRoot, element, this.
Item
.Authors[0].Name, this);
70
if (this.
Item
.Authors.Count > 0)
72
resourceType.SetEpmValue(newRoot, element, this.
Item
.Authors[0].Uri, this);
77
if (this.
Item
.Contributors.Count > 0)
79
resourceType.SetEpmValue(newRoot, element, this.
Item
.Contributors[0].Email, this);
84
if (this.
Item
.Contributors.Count > 0)
86
resourceType.SetEpmValue(newRoot, element, this.
Item
.Contributors[0].Name, this);
91
if (this.
Item
.Contributors.Count > 0)
93
resourceType.SetEpmValue(newRoot, element, this.
Item
.Contributors[0].Uri, this);
102
if (this.
Item
.LastUpdatedTime > DateTimeOffset.MinValue)
104
resourceType.SetEpmValue(newRoot, element, XmlConvert.ToString(this.
Item
.LastUpdatedTime), this);
109
if (this.
Item
.PublishDate > DateTimeOffset.MinValue)
111
resourceType.SetEpmValue(newRoot, element, XmlConvert.ToString(this.
Item
.PublishDate), this);
116
if (this.
Item
.Copyright != null)
118
resourceType.SetEpmValue(newRoot, element, this.
Item
.Copyright.Text, this);
123
if (this.
Item
.Summary != null)
125
resourceType.SetEpmValue(newRoot, element, this.
Item
.Summary.Text, this);
130
if (this.
Item
.Title != null)
132
resourceType.SetEpmValue(newRoot, element, this.
Item
.Title.Text, this);