Click or drag to resize

IObjectPropertyChangeTracking Interface

Namespace:  TrackerDog
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
public interface IObjectPropertyChangeTracking : IEquatable<IObjectPropertyChangeTracking>

The IObjectPropertyChangeTracking type exposes the following members.

Properties
  NameDescription
Public propertyCurrentValue
Gets latest tracked property value
Public propertyHasChanged
Gets a flag to determine if the tracked property has changed since its tracking was started
Public propertyOldValue
Gets the value that had the whole tracked property when the tracking was started
Public propertyPropertyName
Gets the tracked property name
Public propertyTargetObject
Gets the object that owns current property change tracking
Public propertyTracker
Gets the associated tracker
Top
Methods
  NameDescription
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableIObjectPropertyChangeTracking.)
Top
See Also