Click or drag to resize

IObjectChangeTrackingConfigurationTrackThisTypeT Method (ActionIConfigurableTrackableTypeT)

Configures given type as generic parameter to be change-trackable

Namespace:  TrackerDog.Configuration
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
IObjectChangeTrackingConfiguration TrackThisType<T>(
	Action<IConfigurableTrackableType<T>> configure = null
)

Parameters

configure (Optional)
Type: SystemActionIConfigurableTrackableTypeT
A configuration action. It receives a trackable type instance to be configured beyond defaults

Type Parameters

T
The type to which its instances will be change-trackable

Return Value

Type: IObjectChangeTrackingConfiguration
Current configuration instance
See Also