1 write to EditLink
System.Data.Services.Client (1)
System\Data\Services\Client\AtomParser.cs (1)
608targetEntry.EditLink = this.ConvertHRefAttributeValueIntoURI(href);
3 references to EditLink
System.Data.Services.Client (3)
System\Data\Services\Client\AtomMaterializerLog.cs (2)
116EntityDescriptor descriptor = new EntityDescriptor(entity.Key, entry.QueryLink, entry.EditLink, entry.ResolvedObject, null, null, null, entry.ETagText, EntityStates.Unchanged); 239this.context.AttachIdentity(entry.Identity, entry.QueryLink, entry.EditLink, entry.ResolvedObject, entry.ETagText);
System\Data\Services\Client\AtomParser.cs (1)
599if (relation == XmlConstants.AtomEditRelationAttributeValue && targetEntry.EditLink == null)