4 references to GetValue
System.Data.Services (4)
System\Data\Services\DataService.cs (1)
2284
resource = this.Updatable.
GetValue
(resource, description.SegmentInfos[i].Identifier);
System\Data\Services\Providers\ResourceType.cs (1)
835
currentValue = deserializer.Updatable.
GetValue
(element, currentSegment);
System\Data\Services\Serializers\Deserializer.cs (1)
472
resourceToModify = updatable.
GetValue
(resourceToModify, description.SegmentInfos[i].Identifier);
System\Data\Services\WebUtil.cs (1)
922
keyValue = service.Updatable.
GetValue
(resource, property.Name);