4 references to SetPropertyValue
System.Data.Services (4)
System\Data\Services\Serializers\Deserializer.cs (1)
526
SetPropertyValue
(propertyToUpdate, resourceToBeModified, requestValue, contentFormat, service);
System\Data\Services\Serializers\JsonDeserializer.cs (2)
562
SetPropertyValue
(resourceProperty, resource, propertyValue, ContentFormat.Json, this.Service);
570
SetPropertyValue
(resourceProperty, resource, propertyValue, ContentFormat.Json, this.Service);
System\Data\Services\Serializers\PlainXmlDeserializer.cs (1)
458
Deserializer.
SetPropertyValue
(property, resource, propertyValue, this.ContentFormat, this.Service);