|
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
)
Function TrackThisType (
type As Type,
Optional configure As Action(Of IConfigurableTrackableType) = Nothing
) As IObjectChangeTrackingConfiguration
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:
IObjectChangeTrackingConfigurationCurrent configuration instance
See Also