Click or drag to resize

IObjectChangeTrackingConfigurationCanTrackType Method

Given an arbitrary type, returns if it is an already configured trackable type

Namespace:  TrackerDog.Configuration
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
bool CanTrackType(
	Type someType
)

Parameters

someType
Type: SystemType
The type to check

Return Value

Type: Boolean
true if it is trackable, false if it is not trackable
See Also