Click or drag to resize

IObjectPropertyInfo Interface

Defines a type which holds metadata about a given type property.

Namespace:  TrackerDog
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
public interface IObjectPropertyInfo

The IObjectPropertyInfo type exposes the following members.

Properties
  NameDescription
Public propertyPath
Gets a string, dot-separated representation of PathParts
Public propertyPathParts
Gets a list where each item is the owner association for the next one
Public propertyProperty
Gets a reference to the last property in the path.
Top
See Also