Home
last modified time | relevance | path

Searched refs:SetNavigationPropertyValue (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/Internal/
H A DEntityWrapper.cs265 _propertyStrategy.SetNavigationPropertyValue(relatedEnd, collection); in EnsureCollectionNotNull()
277 public override void SetNavigationPropertyValue(RelatedEnd relatedEnd, object value) in SetNavigationPropertyValue() method in System.Data.Objects.Internal.EntityWrapper
281 _propertyStrategy.SetNavigationPropertyValue(relatedEnd, value); in SetNavigationPropertyValue()
294 _propertyStrategy.SetNavigationPropertyValue(relatedEnd, null); in RemoveNavigationPropertyValue()
H A DPocoPropertyAccessorStrategy.cs72 #region SetNavigationPropertyValue
75 public void SetNavigationPropertyValue(RelatedEnd relatedEnd, object value) in SetNavigationPropertyValue() method in System.Data.Objects.Internal.PocoPropertyAccessorStrategy
156 SetNavigationPropertyValue(relatedEnd, collection); in CollectionAdd()
H A DIPropertyAccessorStrategy.cs32 void SetNavigationPropertyValue(RelatedEnd relatedEnd, object value); in SetNavigationPropertyValue() method
H A DIEntityWrapper.cs154 void SetNavigationPropertyValue(RelatedEnd relatedEnd, object value); in SetNavigationPropertyValue() method
H A DNullEntityWrapper.cs169 public void SetNavigationPropertyValue(RelatedEnd relatedEnd, object value) in SetNavigationPropertyValue() method in System.Data.Objects.Internal.NullEntityWrapper
H A DLightweightEntityWrapper.cs119 public override void SetNavigationPropertyValue(RelatedEnd relatedEnd, object value) in SetNavigationPropertyValue() method in System.Data.Objects.Internal.LightweightEntityWrapper
H A DBaseEntityWrapper.cs226 public abstract void SetNavigationPropertyValue(RelatedEnd relatedEnd, object value); in SetNavigationPropertyValue() 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.cs804 this.WrappedOwner.SetNavigationPropertyValue(this, wrappedEntity.Entity); in AddToObjectCache()