1 write to MediaEditUri
System.Data.Services.Client (1)
System\Data\Services\Client\AtomParser.cs (1)
629
targetEntry.
MediaEditUri
= this.ConvertHRefAttributeValueIntoURI(href);
4 references to MediaEditUri
System.Data.Services.Client (4)
System\Data\Services\Client\AtomMaterializerLog.cs (3)
421
if (entry.
MediaEditUri
!= null || entry.MediaContentUri != null)
425
if (entry.
MediaEditUri
!= null)
427
descriptor.EditStreamUri = new Uri(this.context.BaseUriWithSlash, entry.
MediaEditUri
);
System\Data\Services\Client\AtomParser.cs (1)
621
else if (relation == XmlConstants.AtomEditMediaRelationAttributeValue && targetEntry.
MediaEditUri
== null)