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