Click or drag to resize

IObjectChangeTrackingConfigurationCanTrackProperty Method

Given an arbitrary reflected property, determines if it is configured to be trackable in some already configured trackable type.

Namespace:  TrackerDog.Configuration
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
bool CanTrackProperty(
	PropertyInfo property
)

Parameters

property
Type: System.ReflectionPropertyInfo
Property to check

Return Value

Type: Boolean
true if it can be trackable, false if it cannot be trackable
See Also