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