InternalEntryBase
CurrentValueType
PropertyFlag
StateData
FlaggedAsStoreGeneratedMethod
FlaggedAsTemporaryMethod
InternalEntryBase(IRuntimeTypeBase)
InternalEntryBase(IRuntimeTypeBase, ISnapshot)
InternalEntryBase(IRuntimeTypeBase, IDictionary<String, Object>)
ContainingEntry
Context
EntityEntry
EntityState
HasConceptualNull
HasOriginalValuesSnapshot
PropertyStateData
StateManager
StructuralType
this[IPropertyBase]
AcceptChanges()
CanHaveOriginalValue(IPropertyBase)
DiscardStoreGeneratedValues()
EnsureComplexCollectionEntriesCapacity(IComplexProperty, Int32, Int32, Boolean)
EnsureOriginalValues()
EnsureStoreGeneratedValues()
EnsureTemporaryValues()
FlaggedAsStoreGenerated(Int32)
FlaggedAsTemporary(Int32)
GetComplexCollectionEntries(IComplexProperty)
GetComplexCollectionEntry(IComplexProperty, Int32)
GetComplexCollectionOriginalEntries(IComplexProperty)
GetComplexCollectionOriginalEntry(IComplexProperty, Int32)
GetCurrentValue(IPropertyBase)
GetCurrentValue<TProperty>(IPropertyBase)
GetFlattenedComplexEntries()
GetOrCreateShadowCollection(INavigationBase)
GetOrdinals()
GetOriginalValue(IPropertyBase)
GetOriginalValue<TProperty>(IProperty)
GetPreStoreGeneratedCurrentValue(IPropertyBase)
GetValueType(IProperty)
HandleConceptualNulls(Boolean, Boolean, Boolean)
HandleNullForeignKey(IProperty, Boolean, Boolean)
HasExplicitValue(IProperty)
HasStoreGeneratedValue(IProperty)
HasTemporaryValue(IProperty)
IsConceptualNull(IProperty)
IsModified(IComplexProperty)
IsModified(IProperty)
IsStoreGenerated(IProperty)
IsUnknown(IProperty)
MarkAsTemporary(IProperty, Boolean)
MarkUnchangedFromQuery()
MarkUnknown(IProperty)
MoveComplexCollectionEntry(IComplexProperty, Int32, Int32, Boolean)
OnComplexElementStateChange(InternalComplexEntry, EntityState, EntityState)
OnComplexPropertyModified(IComplexProperty, Boolean)
OnPropertyChanged(IPropertyBase, Object, Boolean)
OnStateChanged(EntityState)
OnStateChanging(EntityState)
PrepareForAdd(EntityState)
PrepareToSave()
ReadOriginalValue<T>(IProperty, Int32)
ReadPropertyValue(IPropertyBase)
ReadShadowValue<T>(Int32)
ReadStoreGeneratedValue<T>(Int32)
ReadTemporaryValue<T>(Int32)
SetEntityState(EntityState, EntityState, Boolean, Boolean)
SetEntityState(EntityState, Boolean, Boolean, EntityState?, EntityState?)
SetEntityStateAsync(EntityState, Boolean, Boolean, EntityState?, EntityState?, CancellationToken)
SetOriginalValue(IPropertyBase, Object, Int32)
SetProperty(IPropertyBase, Object, Boolean, Boolean, Boolean)
SetPropertyModified(IComplexProperty, Boolean, Boolean)
SetPropertyModified(IProperty, Boolean, Boolean, Boolean, Boolean)
SetServiceProperties(EntityState, EntityState)
SetStoreGeneratedValue(IProperty, Object, Boolean)
SetTemporaryValue(IProperty, Object, Boolean)
ValidateOrdinal(InternalComplexEntry, Boolean)
net10.0
namespace Microsoft.EntityFrameworkCore.ChangeTracking.Internal
{
[DefaultMember("Item")]
public abstract class InternalEntryBase : IInternalEntry
{
public InternalComplexEntry! GetComplexCollectionOriginalEntry(IComplexProperty! property, int ordinal);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 10.0 |
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API