Implemented interface member:
property
AttributeExtensions
System.ServiceModel.Syndication.IExtensibleSyndicationObject.AttributeExtensions
5 references to AttributeExtensions
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
243
IncludeCommonNamespaces(this.resultFeed.
AttributeExtensions
);
System.ServiceModel (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
817
result.
AttributeExtensions
.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (3)
691
feed.
AttributeExtensions
.Add(new XmlQualifiedName(name, ns), val);
905
result.
AttributeExtensions
.Add(new XmlQualifiedName(name, ns), val);
1328
if (selfLink != null && !item.SourceFeed.
AttributeExtensions
.ContainsKey(Rss20Url))