2 implementations of Updatable
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
149
UpdatableWrapper IDataService.
Updatable
2168
public UpdatableWrapper
Updatable
22 references to Updatable
System.Data.Services (22)
System\Data\Services\DataService.cs (9)
1174
dataService.
Updatable
.SetETagValues(entity, container);
1178
object actualEntity = dataService.
Updatable
.ResolveResource(entity);
1187
dataService.
Updatable
.DeleteResource(entity);
1222
object actualEntity = dataService.
Updatable
.ResolveResource(securityResource);
1246
object actualEntity = dataService.
Updatable
.ResolveResource(securityResource);
1604
results[0] = service.
Updatable
.ResolveResource(results[0]);
1637
dataService.
Updatable
.SetReference(parentEntity, description.Property.Name, null);
1644
dataService.
Updatable
.RemoveReferenceFromCollection(parentEntity, description.Property.Name, childEntity);
1649
object actualParentEntity = dataService.
Updatable
.ResolveResource(parentEntity);
System\Data\Services\Serializers\Deserializer.cs (11)
99
return this.Service.
Updatable
;
396
UpdatableWrapper updatable = service.
Updatable
;
490
service.
Updatable
.SetETagValues(entityResource, entityContainer);
550
object resource = service.
Updatable
.GetResource((IQueryable)segmentInfo.RequestEnumerable, fullTypeName);
577
object entity = service.
Updatable
.CreateResource(description.LastSegmentInfo.TargetContainer.Name, fullTypeName);
596
resourceToBeModified = service.
Updatable
.ResolveResource(resourceToBeModified);
675
service.
Updatable
.SetReference(entityGettingModified, description.Property.Name, linkResource);
679
service.
Updatable
.AddReferenceToCollection(entityGettingModified, description.Property.Name, linkResource);
801
service.
Updatable
.SetValue(declaringResource, resourceProperty.Name, propertyValue);
813
service.
Updatable
.SetValue(declaringResource, propertyName, propertyValue);
969
this.service.
Updatable
.SetETagValues(resourceCookie, segmentInfo.TargetContainer);
System\Data\Services\UpdateTracker.cs (1)
97
parameters[0] = this.service.
Updatable
.ResolveResource(element.Key);
System\Data\Services\WebUtil.cs (1)
922
keyValue = service.
Updatable
.GetValue(resource, property.Name);