|
|
IConfigurableTrackableType Interface |
Namespace: TrackerDog.Configuration
The IConfigurableTrackableType type exposes the following members.
| Name | Description | |
|---|---|---|
| IncludeProperties(IEnumerablePropertyInfo) |
Configures multiple properties to be change-tracked for the current tracked type.
| |
| IncludeProperties(PropertyInfo) |
Configures multiple properties to be change-tracked for the current tracked type.
| |
| IncludeProperty |
Configures a given property to be tracked for current type. The property must be declared on the type being configured.
|