6 writes to RelationshipType
System.Data.Services (3)
System\Data\Services\Serializers\SyndicationSerializer.cs (3)
142
link.
RelationshipType
= linkRelation;
339
link.
RelationshipType
= linkRelation;
1075
link.
RelationshipType
= XmlConstants.DataWebRelatedNamespace + navProperty.Name;
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1080
link.
RelationshipType
= relationship;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
483
link.
RelationshipType
= Atom10Constants.AlternateTag;
763
link.
RelationshipType
= Rss20Constants.EnclosureTag;
9 references to RelationshipType
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationDeserializer.cs (1)
433
string navigationPropertyName = UriUtil.GetNameFromAtomLinkRelationAttribute(link.
RelationshipType
);
System.ServiceModel (8)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
487
if (!string.IsNullOrEmpty(link.
RelationshipType
) && !link.AttributeExtensions.ContainsKey(Atom10Relative))
489
writer.WriteAttributeString(Atom10Constants.RelativeTag, link.
RelationshipType
);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (6)
1104
if (this.Feed.Links[i].
RelationshipType
== Atom10Constants.AlternateTag)
1196
if (this.Feed.Links[i].
RelationshipType
== Atom10Constants.AlternateTag && isFirstAlternateLink)
1234
if (item.Links[i].
RelationshipType
== Atom10Constants.AlternateTag)
1322
if (item.SourceFeed.Links[i].
RelationshipType
== Atom10Constants.SelfTag)
1348
if (item.Links[i].
RelationshipType
== Rss20Constants.EnclosureTag)
1357
else if (item.Links[i].
RelationshipType
== Atom10Constants.AlternateTag)