|
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
)
Function IncludeProperty (
propertySelector As Expression(Of Func(Of T, Object))
) As IConfigurableTrackableType(Of T)
Parameters
- propertySelector
- Type: System.Linq.ExpressionsExpressionFuncT, Object
The expression to select the property to track for changes
Return Value
Type:
IConfigurableTrackableTypeTCurrent configurable trackable type
See Also