|
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
)
Function IncludeProperties (
ParamArray propertySelectors As Expression(Of Func(Of T, Object))()
) As IConfigurableTrackableType(Of T)
Parameters
- propertySelectors
- Type: System.Linq.ExpressionsExpressionFuncT, Object
One or many property selectors of properties to be tracked for changes
Return Value
Type:
IConfigurableTrackableTypeTCurrent configurable trackable type
See Also