7 references to GetFlagValue
System.Data.Services.Client (7)
System\Data\Services\Client\AtomEntry.cs (7)
80
return this.
GetFlagValue
(EntryFlags.MediaLinkEntryAssigned) ? (bool?)this.
GetFlagValue
(EntryFlags.MediaLinkEntryValue) : null;
150
get { return this.
GetFlagValue
(EntryFlags.IsNull); }
192
get { return this.
GetFlagValue
(EntryFlags.ShouldUpdateFromPayload); }
199
get { return this.
GetFlagValue
(EntryFlags.CreatedByMaterializer); }
206
get { return this.
GetFlagValue
(EntryFlags.EntityHasBeenResolved); }
213
get { return this.
GetFlagValue
(EntryFlags.EntityPropertyMappingsApplied); }