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