14 references to SetEpmValue
System.Data.Services (14)
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (3)
92
resourceType.
SetEpmValue
(currentRoot, element, String.Empty, this);
120
resourceType.
SetEpmValue
(currentRoot, element, currentValue.Value, this);
165
resourceType.
SetEpmValue
(attributeSegment, element, attribValue, this);
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (11)
58
resourceType.
SetEpmValue
(newRoot, element, this.Item.Authors[0].Email, this);
65
resourceType.
SetEpmValue
(newRoot, element, this.Item.Authors[0].Name, this);
72
resourceType.
SetEpmValue
(newRoot, element, this.Item.Authors[0].Uri, this);
79
resourceType.
SetEpmValue
(newRoot, element, this.Item.Contributors[0].Email, this);
86
resourceType.
SetEpmValue
(newRoot, element, this.Item.Contributors[0].Name, this);
93
resourceType.
SetEpmValue
(newRoot, element, this.Item.Contributors[0].Uri, this);
104
resourceType.
SetEpmValue
(newRoot, element, XmlConvert.ToString(this.Item.LastUpdatedTime), this);
111
resourceType.
SetEpmValue
(newRoot, element, XmlConvert.ToString(this.Item.PublishDate), this);
118
resourceType.
SetEpmValue
(newRoot, element, this.Item.Copyright.Text, this);
125
resourceType.
SetEpmValue
(newRoot, element, this.Item.Summary.Text, this);
132
resourceType.
SetEpmValue
(newRoot, element, this.Item.Title.Text, this);