Gets a collection of ChangedValues with information about the changes made to the entity.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public ReadOnlyCollection<ChangedValue> Changes { get; }
Visual Basic (Declaration)
Public ReadOnly Property Changes As ReadOnlyCollection(Of ChangedValue)

See Also