Click or drag to resize

IDeclaredObjectPropertyChangeTracking Interface

Defines the state of some trackable object property

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

The IDeclaredObjectPropertyChangeTracking type exposes the following members.

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