2 writes to Entry
System.Data.Services.Client (2)
System\Data\Services\Client\AtomParser.cs (2)
724
property.
Entry
= new AtomEntry();
731
property.
Entry
= propertyValue as AtomEntry;
26 references to Entry
System.Data.Services.Client (26)
System\Data\Services\Client\AtomContentProperty.cs (1)
73
/// in the <see cref="
Entry
"/> value.
System\Data\Services\Client\AtomMaterializer.cs (24)
523
atomProperty.
Entry
!= null,
527
result = atomProperty.
Entry
.IsNull;
530
properties = atomProperty.
Entry
.DataValues;
531
entry = atomProperty.
Entry
;
572
if (atomProperty.
Entry
!= null)
574
entry = atomProperty.
Entry
;
611
if (property.
Entry
== null)
616
CheckEntryToAccessNotNull(property.
Entry
, name);
618
return property.
Entry
;
789
else if (atomProperty.
Entry
!= null)
794
if (segmentIsLeaf && !atomProperty.
Entry
.EntityHasBeenResolved && !atomProperty.IsNull)
796
materializer.Materialize(atomProperty.
Entry
, property.PropertyType, /* includeLinks */ false);
799
properties = atomProperty.
Entry
.DataValues;
800
result = atomProperty.
Entry
.ResolvedObject;
801
entry = atomProperty.
Entry
;
917
if (property.IsKnownType && (atomProperty.Feed != null || atomProperty.
Entry
!= null))
927
if (atomProperty.
Entry
!= null && property.CollectionType != null)
1280
if (atomProperty.Feed == null && atomProperty.
Entry
== null)
1933
if (entry.ShouldUpdateFromPayload == false && e.
Entry
== null && e.Feed == null)
1939
if (!includeLinks && (e.
Entry
!= null || e.Feed != null))
1952
else if (e.
Entry
!= null)
1957
this.Materialize(e.
Entry
, prop.PropertyType, includeLinks);
1962
prop.SetValue(entry.ResolvedObject, e.
Entry
.ResolvedObject, e.Name, true /* allowAdd? */);
1963
this.log.SetLink(entry, prop.PropertyName, e.
Entry
.ResolvedObject);
System\Data\Services\Client\AtomParser.cs (1)
725
property.
Entry
.IsNull = true;