Struct EntityChanges
Syntax
public readonly struct EntityChanges : IDisposable
Constructors
EntityChanges(EntityChangeSet, EntityChangeSet)
Declaration
public EntityChanges(EntityChangeSet forwardChangeSet, EntityChangeSet reverseChangeSet)
Parameters
Properties
AnyChanges
Declaration
public readonly bool AnyChanges { get; }
Property Value
ForwardChangeSet
Declaration
public readonly EntityChangeSet ForwardChangeSet { get; }
Property Value
HasForwardChangeSet
Declaration
public readonly bool HasForwardChangeSet { get; }
Property Value
HasReverseChangeSet
Declaration
public readonly bool HasReverseChangeSet { get; }
Property Value
ReverseChangeSet
Declaration
public readonly EntityChangeSet ReverseChangeSet { get; }
Property Value
Methods
Dispose()
Declaration
public readonly void Dispose()