1 write to entity
System.Data.Services.Client (1)
System\Data\Services\Client\EntityDescriptor.cs (1)
138this.entity = entity;
6 references to entity
System.Data.Services.Client (6)
System\Data\Services\Client\EntityDescriptor.cs (6)
224get { return this.entity; } 277get { return this.parentDescriptor != null ? this.parentDescriptor.entity : null; } 405return ((this.entity == related.Source) || (this.entity == related.Target)); 417return new LinkDescriptor(this.parentDescriptor.entity, this.parentProperty, this.entity);