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