1 write to entity
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
3715this.entity = entity;
10 references to entity
System.Data.Services.Client (10)
System\Data\Services\Client\DataServiceContext.cs (10)
3730ClientType type = ClientType.Create(this.entity.GetType()); 3733EntityDescriptor box = context.EnsureContained(this.entity, "entity"); 3859object collection = this.entity; 3862collection = property.GetValue(this.entity); 3912context.DeleteLink(this.entity, this.propertyName, child); 3916context.AttachLink(this.entity, this.propertyName, child, materializer.MergeOptionValue); 3936property.SetValue(this.entity, collection, this.propertyName, false); 3995property.SetValue(this.entity, buffer, this.propertyName, false); 4009property.SetValue(this.entity, convertedValue, this.propertyName, false); 4024property.MimeTypeProperty.SetValue(this.entity, mimeType, null, false);