|
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
)
Function CanTrackProperty (
property As PropertyInfo
) As Boolean
Parameters
- property
- Type: System.ReflectionPropertyInfo
Property to check
Return Value
Type:
Booleantrue if it can be trackable, false if it cannot be trackable
See Also