|
IObjectChangeTrackingConfigurationImplementsBaseType Method
|
Given an arbitrary type, returns if there is some already configured trackable type that is a base type of itself.
Namespace:
TrackerDog.Configuration
Assembly:
TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax bool ImplementsBaseType(
Type someType,
out ITrackableType baseType
)
Function ImplementsBaseType (
someType As Type,
<OutAttribute> ByRef baseType As ITrackableType
) As Boolean
Parameters
- someType
- Type: SystemType
Type to check - baseType
- Type: TrackerDog.ConfigurationITrackableType
Found base trackable type
Return Value
Type:
Booleantrue if some base type is found, falseif no type is found
See Also