|
IConfigurableTrackableTypeIncludeProperties Method (IEnumerablePropertyInfo)
|
Configures multiple properties to be change-tracked for the current tracked type.
Namespace:
TrackerDog.Configuration
Assembly:
TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax IConfigurableTrackableType IncludeProperties(
IEnumerable<PropertyInfo> properties
)
Function IncludeProperties (
properties As IEnumerable(Of PropertyInfo)
) As IConfigurableTrackableType
Parameters
- properties
- Type: System.Collections.GenericIEnumerablePropertyInfo
One or more properties to track its changes
Return Value
Type:
IConfigurableTrackableTypeCurrent trackable type configuration
See Also