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