Click or drag to resize

IConfigurableTrackableType Interface

Defines how a trackable type can be configured

Namespace:  TrackerDog.Configuration
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
public interface IConfigurableTrackableType

The IConfigurableTrackableType type exposes the following members.

Properties
  NameDescription
Public propertyType
Gets the type to be tracked
Top
Methods
  NameDescription
Public methodIncludeProperties(IEnumerablePropertyInfo)
Configures multiple properties to be change-tracked for the current tracked type.
Public methodIncludeProperties(PropertyInfo)
Configures multiple properties to be change-tracked for the current tracked type.
Public methodIncludeProperty
Configures a given property to be tracked for current type. The property must be declared on the type being configured.
Top
See Also