|
IConfigurableTrackableTypeIncludeProperties Method (PropertyInfo)
|
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(
params PropertyInfo[] properties
)
Function IncludeProperties (
ParamArray properties As PropertyInfo()
) As IConfigurableTrackableType
Parameters
- properties
- Type: System.ReflectionPropertyInfo
One or more properties to track its changes
Return Value
Type:
IConfigurableTrackableTypeCurrent trackable type configuration
See Also