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