IConfigurableTrackableTypeT Interface |
Namespace: TrackerDog.Configuration
The IConfigurableTrackableTypeT type exposes the following members.
Name | Description | |
---|---|---|
Type |
Gets the type to be tracked
(Inherited from IConfigurableTrackableType.) |
Name | Description | |
---|---|---|
IncludeProperties(IEnumerablePropertyInfo) |
Configures multiple properties to be change-tracked for the current tracked type.
(Inherited from IConfigurableTrackableType.) | |
IncludeProperties(PropertyInfo) |
Configures multiple properties to be change-tracked for the current tracked type.
(Inherited from IConfigurableTrackableType.) | |
IncludeProperties(ExpressionFuncT, Object) |
Configures a property to be trackable by provoding an expression which selects the whole property
| |
IncludeProperty(PropertyInfo) |
Configures a given property to be tracked for current type. The property must be declared on the type being configured.
(Inherited from IConfigurableTrackableType.) | |
IncludeProperty(ExpressionFuncT, Object) |
Configures a property to be trackable by provoding an expression which selects the whole property
|