Click or drag to resize

IConfigurableTrackableTypeTIncludeProperty Method (ExpressionFuncT, Object)

Configures a property to be trackable by provoding an expression which selects the whole property

Namespace:  TrackerDog.Configuration
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
IConfigurableTrackableType<T> IncludeProperty(
	Expression<Func<T, Object>> propertySelector
)

Parameters

propertySelector
Type: System.Linq.ExpressionsExpressionFuncT, Object
The expression to select the property to track for changes

Return Value

Type: IConfigurableTrackableTypeT
Current configurable trackable type
See Also