Home
last modified time | relevance | path

Searched refs:GetNavigationPropertyValue (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/Internal/
H A DEntityWrapper.cs261 object collection = _propertyStrategy.GetNavigationPropertyValue(relatedEnd); in EnsureCollectionNotNull()
271 public override object GetNavigationPropertyValue(RelatedEnd relatedEnd) in GetNavigationPropertyValue() method in System.Data.Objects.Internal.EntityWrapper
273 …return _propertyStrategy != null ? _propertyStrategy.GetNavigationPropertyValue(relatedEnd) : null; in GetNavigationPropertyValue()
290 object currentValue = _propertyStrategy.GetNavigationPropertyValue(relatedEnd); in RemoveNavigationPropertyValue()
H A DPocoPropertyAccessorStrategy.cs39 #region GetNavigationPropertyValue
42 public object GetNavigationPropertyValue(RelatedEnd relatedEnd) in GetNavigationPropertyValue() method in System.Data.Objects.Internal.PocoPropertyAccessorStrategy
152 object collection = GetNavigationPropertyValue(relatedEnd); in CollectionAdd()
216 object collection = GetNavigationPropertyValue(relatedEnd); in CollectionRemove()
H A DIPropertyAccessorStrategy.cs25 object GetNavigationPropertyValue(RelatedEnd relatedEnd); in GetNavigationPropertyValue() method
H A DIEntityWrapper.cs146 object GetNavigationPropertyValue(RelatedEnd relatedEnd); in GetNavigationPropertyValue() method
H A DNullEntityWrapper.cs163 public object GetNavigationPropertyValue(RelatedEnd relatedEnd) in GetNavigationPropertyValue() method in System.Data.Objects.Internal.NullEntityWrapper
H A DLightweightEntityWrapper.cs134 public override object GetNavigationPropertyValue(RelatedEnd relatedEnd) in GetNavigationPropertyValue() method in System.Data.Objects.Internal.LightweightEntityWrapper
H A DBaseEntityWrapper.cs225 public abstract object GetNavigationPropertyValue(RelatedEnd relatedEnd); in GetNavigationPropertyValue() method in System.Data.Objects.Internal.BaseEntityWrapper
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/DataClasses/
H A DEntityReference_TResultType.cs713 object value = this.WrappedOwner.GetNavigationPropertyValue(this); in CheckIfNavigationPropertyContainsEntity()
722 object value = WrappedOwner.GetNavigationPropertyValue(this); in VerifyNavigationPropertyForAdd()
H A DEntityCollection.cs737 object value = this.WrappedOwner.GetNavigationPropertyValue(this); in CheckIfNavigationPropertyContainsEntity()
H A DEntityReference.cs620 … return !TargetAccessor.HasProperty || WrappedOwner.GetNavigationPropertyValue(this) == null; in NavigationPropertyIsNullOrMissing()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/
H A DEntityEntry.cs2107 var principal = WrappedEntity.GetNavigationPropertyValue(reference); in FixupFKValuesFromNonAddedReferences()
2138 object val = this.WrappedEntity.GetNavigationPropertyValue(relatedEnd); in TakeSnapshotOfRelationships()
2260 object val = this.WrappedEntity.GetNavigationPropertyValue(relatedEnd); in DetectChangesInRelationshipsOfSingleEntity()