- InternalEntityEntry - FlaggedAsStoreGeneratedMethod 
- FlaggedAsTemporaryMethod 
- InternalEntityEntry(IStateManager, IEntityType) 
- InternalEntityEntry(IStateManager, IEntityType, Object) 
- InternalEntityEntry(IStateManager, IEntityType, Object, ISnapshot) 
- InternalEntityEntry(IStateManager, IEntityType, IDictionary<String, Object>, IEntityMaterializerSource) 
- Context 
- DebugView 
- Entity 
- EntityState 
- EntityType 
- HasConceptualNull 
- HasOriginalValuesSnapshot 
- HasRelationshipSnapshot 
- IsKeySet 
- IsKeyUnknown 
- SharedIdentityEntry 
- StateManager 
- this[IPropertyBase] 
- AcceptChanges() 
- AddRangeToCollectionSnapshot(INavigationBase, IEnumerable<Object>) 
- AddRangeToCollectionSnapshot(IPropertyBase, IEnumerable<Object>) 
- AddToCollection(INavigation, InternalEntityEntry) 
- AddToCollection(INavigationBase, Object, Boolean) 
- AddToCollectionSnapshot(INavigationBase, Object) 
- AddToCollectionSnapshot(IPropertyBase, Object) 
- CanHaveOriginalValue(IPropertyBase) 
- CascadeDelete() 
- CollectionContains(INavigation, InternalEntityEntry) 
- CollectionContains(INavigationBase, Object) 
- DiscardStoreGeneratedValues() 
- EnsureOriginalValues() 
- EnsureRelationshipSnapshot() 
- EnsureStoreGeneratedValues() 
- EnsureTemporaryValues() 
- FlaggedAsStoreGenerated(Int32) 
- FlaggedAsTemporary(Int32) 
- GetCurrentValue(IPropertyBase) 
- GetCurrentValue<TProperty>(IPropertyBase) 
- GetOrCreateCollection(INavigation) 
- GetOrCreateCollection(INavigationBase, Boolean) 
- GetOriginalValue(IPropertyBase) 
- GetOriginalValue<TProperty>(IProperty) 
- GetPreStoreGeneratedCurrentValue(IPropertyBase) 
- GetRelationshipSnapshotValue(IPropertyBase) 
- GetRelationshipSnapshotValue<TProperty>(IPropertyBase) 
- HandleConceptualNulls() 
- HandleConceptualNulls(Boolean) 
- HandleConceptualNulls(Boolean, Boolean, Boolean) 
- HandleINotifyCollectionChanged(Object, NotifyCollectionChangedEventArgs) 
- HandleINotifyPropertyChanged(Object, PropertyChangedEventArgs) 
- HandleINotifyPropertyChanging(Object, PropertyChangingEventArgs) 
- HandleNullForeignKey(IProperty, Boolean, Boolean) 
- HasDefaultValue(IProperty) 
- HasExplicitValue(IProperty) 
- HasStoreGeneratedValue(IProperty) 
- HasTemporaryValue(IProperty) 
- IsConceptualNull(IProperty) 
- IsLoaded(INavigation) 
- IsLoaded(INavigationBase) 
- IsModified(IProperty) 
- IsStoreGenerated(IProperty) 
- IsUnknown(IProperty) 
- MarkAsTemporary(IProperty, Boolean) 
- MarkShadowPropertiesNotSet(IEntityType) 
- MarkUnchangedFromQuery() 
- MarkUnchangedFromQuery(ISet<IForeignKey>) 
- MarkUnknown(IProperty) 
- OnComplexPropertyModified(IComplexProperty, Boolean) 
- PrepareToSave() 
- PropagateValue(InternalEntityEntry, IProperty, IProperty, Boolean, Boolean) 
- PropertyHasDefaultValue(IPropertyBase) 
- ReadOriginalValue<T>(IProperty, Int32) 
- ReadPropertyValue(IPropertyBase) 
- ReadRelationshipSnapshotValue<T>(IPropertyBase, Int32) 
- ReadShadowValue<T>(Int32) 
- ReadStoreGeneratedValue<T>(Int32) 
- ReadTemporaryValue<T>(Int32) 
- RemoveFromCollection(INavigation, InternalEntityEntry) 
- RemoveFromCollection(INavigationBase, Object) 
- RemoveFromCollectionSnapshot(INavigationBase, Object) 
- RemoveFromCollectionSnapshot(IPropertyBase, Object) 
- SetCurrentValue(IPropertyBase, Object) 
- SetEntityState(EntityState, Boolean, Boolean) 
- SetEntityState(EntityState, Boolean, EntityState?) 
- SetEntityState(EntityState, Boolean, Boolean, EntityState?, EntityState?) 
- SetEntityStateAsync(EntityState, Boolean, Boolean, CancellationToken) 
- SetEntityStateAsync(EntityState, Boolean, EntityState?, CancellationToken) 
- SetEntityStateAsync(EntityState, Boolean, Boolean, EntityState?, EntityState?, CancellationToken) 
- SetIsLoaded(INavigation, Boolean) 
- SetIsLoaded(INavigationBase, Boolean) 
- SetOriginalValue(IPropertyBase, Object, Int32) 
- SetProperty(IPropertyBase, Object, Boolean) 
- SetProperty(IPropertyBase, Object, Boolean, Boolean, Boolean) 
- SetPropertyModified(IProperty, Boolean, Boolean, Boolean) 
- SetPropertyModified(IProperty, Boolean, Boolean, Boolean, Boolean) 
- SetRelationshipSnapshotValue(IPropertyBase, Object) 
- SetStoreGeneratedValue(IProperty, Object, Boolean) 
- SetTemporaryValue(IProperty, Object, Boolean) 
- ToEntityEntry() 
- ToString() 
- WritePropertyValue(IPropertyBase, Object) 
 
netcoreapp2.0
    namespace Microsoft.EntityFrameworkCore.ChangeTracking.Internal
{
    [DefaultMember("Item")]
    public abstract class InternalEntityEntry : IUpdateEntry
    {
        public virtual TProperty GetOriginalValue<TProperty>(IProperty property);
    }
}
            | .NET | 8.09.010.0 | 
|---|---|
| .NET Core | 2.02.12.2 | 
| Information specific to netcoreapp2.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=2.0.3.0, PublicKeyToken=adb9793829ddae60 | 
| Referencing | The API is automatically referenced. | 
| Platform Restrictions | This framework does not have platform annotations. | 
- Built-in API
- Package-provided API