Click or drag to resize

ITrackableType Interface

Defines the configuration of a trackable type

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

The ITrackableType type exposes the following members.

Properties
  NameDescription
Public propertyIncludedProperties
Gets which properties should be tracked for the tracked type.
Public propertyObjectPaths
Gets a map of full associated trackable objects.
Public propertyType
Gets the type being tracked
Top
See Also