14 references to Update
System.Data.Services (14)
System\Data\Services\Serializers\Deserializer.cs (6)
706
if (!this.
Update
)
730
Debug.Assert(!this.
Update
, "This method must be called for POST operations only");
988
Debug.Assert(this.
Update
&& this.objectCount == 0 || !this.
Update
, "For updates, the object count is never tracked");
991
if (!this.
Update
)
1026
if (!this.
Update
&& topLevel)
System\Data\Services\Serializers\JsonDeserializer.cs (3)
409
if (this.
Update
)
470
else if (!this.
Update
)
568
if (!this.
Update
|| !resourceProperty.IsOfKind(ResourcePropertyKind.Key))
System\Data\Services\Serializers\PlainXmlDeserializer.cs (1)
443
if (this.
Update
&& property.IsOfKind(ResourcePropertyKind.Key))
System\Data\Services\Serializers\SyndicationDeserializer.cs (4)
347
Debug.Assert(topLevel || !this.
Update
, "deep updates not supported");
379
if (this.
Update
)
427
new EpmContentDeSerializer.EpmContentDeserializerState { IsUpdateOperation = this.
Update
, Updatable = this.Updatable, Service = this.Service, PropertiesApplied = propertiesApplied });
598
if (this.
Update
)