Click or drag to resize

IConfigurableTrackableTypeTIncludeProperties 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> IncludeProperties(
	params Expression<Func<T, Object>>[] propertySelectors
)

Parameters

propertySelectors
Type: System.Linq.ExpressionsExpressionFuncT, Object
One or many property selectors of properties to be tracked for changes

Return Value

Type: IConfigurableTrackableTypeT
Current configurable trackable type
See Also