Click or drag to resize

IObjectChangeTrackerGetTrackingByPropertyT, TProperty Method (ExpressionFuncT, TProperty)

Gets an object property tracking by specifying a property selector

Namespace:  TrackerDog
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
IDeclaredObjectPropertyChangeTracking GetTrackingByProperty<T, TProperty>(
	Expression<Func<T, TProperty>> propertySelector
)

Parameters

propertySelector
Type: System.Linq.ExpressionsExpressionFuncT, TProperty
The property selector

Type Parameters

T
The type of the object owning the whole property tracking to get
TProperty
The return type of the property owned by the change-tracked object

Return Value

Type: IDeclaredObjectPropertyChangeTracking
The object property tracking
See Also