Click or drag to resize

IObjectChangeTrackingConfigurationTrackThisType Method (Type, ActionIConfigurableTrackableType)

Configures given type to be change-trackable

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

Parameters

type
Type: SystemType
The type to which its instances will be change-trackable
configure (Optional)
Type: SystemActionIConfigurableTrackableType
A configuration action. It receives a trackable type instance to be configured beyond defaults

Return Value

Type: IObjectChangeTrackingConfiguration
Current configuration instance
See Also