1 write to author
System.Data.Services (1)
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (1)
215
this.
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)
70
this.
author
.Name = String.Empty;
74
this.Target.Authors.Add(this.
author
);
112
this.
author
.Email = textPropertyValue;
116
this.
author
.Name = textPropertyValue;
121
this.
author
.Uri = textPropertyValue;