Click or drag to resize

ObjectChangeTrackingExtensionsGetPropertyTracking Method (Object, PropertyInfo)

Gets a property change tracking for a given property

Namespace:  TrackerDog
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
public static IDeclaredObjectPropertyChangeTracking GetPropertyTracking(
	this Object some,
	PropertyInfo property
)

Parameters

some
Type: SystemObject
The tracked object
property
Type: System.ReflectionPropertyInfo
A property

Return Value

Type: IDeclaredObjectPropertyChangeTracking
The property tracking

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also