Home
last modified time | relevance | path

Searched refs:BaseEntityWrapper (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/Internal/
H A DBaseEntityWrapper.cs23 internal abstract class BaseEntityWrapper<TEntity> : IEntityWrapper class
45 protected BaseEntityWrapper(TEntity entity, RelationshipManager relationshipManager) in BaseEntityWrapper() method in System.Data.Objects.Internal.BaseEntityWrapper
69 …protected BaseEntityWrapper(TEntity entity, RelationshipManager relationshipManager, EntitySet ent… in BaseEntityWrapper() method in System.Data.Objects.Internal.BaseEntityWrapper
H A DLightweightEntityWrapper.cs23 internal sealed class LightweightEntityWrapper<TEntity> : BaseEntityWrapper<TEntity>
H A DEntityWrapper.cs145 internal abstract class EntityWrapper<TEntity> : BaseEntityWrapper<TEntity>
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Entity/
H A DSystem.Data.Entity.dll.sources568 ../referencesource/System.Data.Entity/System/Data/Objects/Internal/BaseEntityWrapper.cs