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