1 write to author
System.Data.Services (1)
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (1)
215this.author = createNull ? new SyndicationPerson(null, String.Empty, null) : new SyndicationPerson();
5 references to author
System.Data.Services (5)
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (5)
70this.author.Name = String.Empty; 74this.Target.Authors.Add(this.author); 112this.author.Email = textPropertyValue; 116this.author.Name = textPropertyValue; 121this.author.Uri = textPropertyValue;