2 writes to parentProperty
System.Data.Services.Client (2)
System\Data\Services\Client\EntityDescriptor.cs (2)
137this.parentProperty = parentProperty; 158this.parentProperty = null;
4 references to parentProperty
System.Data.Services.Client (4)
System\Data\Services\Client\EntityDescriptor.cs (4)
259get { return this.parentProperty; } 387Util.CreateUri(this.parentProperty, UriKind.Relative)); 417return new LinkDescriptor(this.parentDescriptor.entity, this.parentProperty, this.entity); 483return Util.CreateUri(this.parentProperty, UriKind.Relative);