Click or drag to resize

IConfigurableTrackableTypeIncludeProperties Method (IEnumerablePropertyInfo)

Configures multiple properties to be change-tracked for the current tracked type.

Namespace:  TrackerDog.Configuration
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
IConfigurableTrackableType IncludeProperties(
	IEnumerable<PropertyInfo> properties
)

Parameters

properties
Type: System.Collections.GenericIEnumerablePropertyInfo
One or more properties to track its changes

Return Value

Type: IConfigurableTrackableType
Current trackable type configuration
See Also