Click or drag to resize

IConfigurableTrackableType Methods

The IConfigurableTrackableType type exposes the following members.

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