Click or drag to resize

ITrackableTypeT 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<T> : ITrackableType

Type Parameters

T

The ITrackableTypeT type exposes the following members.

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