16 references to Authors
System.Data.Services (9)
System\Data\Services\Epm\EpmContentSerializer.cs (1)
111
this.targetItem.
Authors
.Add(new SyndicationPerson(null, String.Empty, null));
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (6)
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);
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (1)
74
this.Target.
Authors
.Add(this.author);
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
487
target.
Authors
.Add(EmptyPerson);
System.ServiceModel (7)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
339
result.
Authors
.Add(ReadPersonFrom(reader, result));
1286
WriteItemAuthorsTo(dictWriter, item.
Authors
);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
631
result.
Authors
.Add(ReadPerson(reader, result));
1267
if (item.
Authors
.Count == 1 && !string.IsNullOrEmpty(item.
Authors
[0].Email))
1270
WritePerson(writer, Rss20Constants.AuthorTag, item.
Authors
[0]);
1276
this.atomSerializer.WriteItemAuthorsTo(writer, item.
Authors
);