Click or drag to resize

IConfigurableTrackableTypeT Methods

Methods
  NameDescription
Public methodIncludeProperties(IEnumerablePropertyInfo)
Configures multiple properties to be change-tracked for the current tracked type.
(Inherited from IConfigurableTrackableType.)
Public methodIncludeProperties(PropertyInfo)
Configures multiple properties to be change-tracked for the current tracked type.
(Inherited from IConfigurableTrackableType.)
Public methodIncludeProperties(ExpressionFuncT, Object)
Configures a property to be trackable by provoding an expression which selects the whole property
Public methodIncludeProperty(PropertyInfo)
Configures a given property to be tracked for current type. The property must be declared on the type being configured.
(Inherited from IConfigurableTrackableType.)
Public methodIncludeProperty(ExpressionFuncT, Object)
Configures a property to be trackable by provoding an expression which selects the whole property
Top
See Also