14 references to Updatable
System.Data.Services (14)
System\Data\Services\Serializers\Deserializer.cs (1)
976resourceCookie = this.Updatable.ResetResource(resourceCookie);
System\Data\Services\Serializers\JsonDeserializer.cs (5)
467resource = this.Updatable.CreateResource(null, resourceType.FullName); 478resource = this.Updatable.CreateResource(segmentInfo.TargetContainer.Name, resourceType.FullName); 651this.Updatable.SetValue(parentResource, propertyName, propertyValue); 799this.Updatable.SetReference(resource, resourceProperty.Name, propertyValue); 818this.Updatable.AddReferenceToCollection(resource, resourceProperty.Name, resourceInstance);
System\Data\Services\Serializers\PlainXmlDeserializer.cs (1)
549propertyValue = this.Updatable.CreateResource(null, propertyType.FullName);
System\Data\Services\Serializers\SyndicationDeserializer.cs (7)
411result = this.Updatable.CreateResource(container.Name, currentResourceType.FullName); 427new EpmContentDeSerializer.EpmContentDeserializerState { IsUpdateOperation = this.Update, Updatable = this.Updatable, Service = this.Service, PropertiesApplied = propertiesApplied }); 492this.Updatable.SetReference(resource, propertyName, null); 519this.Updatable.SetReference(resource, propertyName, targetResource); 524this.Updatable.AddReferenceToCollection(resource, propertyName, targetResource); 647this.Updatable.SetReference(parentResource, propertyName, propertyValue); 681this.Updatable.AddReferenceToCollection(parentResource, propertyName, propertyValue);