ClassHierarchicalPropertyDescriptorFieldInfo
Class
An IPivotFieldInfo that uses PropertyDescriptor to identify a property, which has child properties.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public class HierarchicalPropertyDescriptorFieldInfo : PropertyDescriptorFieldInfo, IHierarchicalFieldInfo, IPivotFieldInfo
Inheritance: objectPivotFieldInfoPropertyFieldInfoPropertyDescriptorFieldInfoHierarchicalPropertyDescriptorFieldInfo
Implements:
Inherited Members
Constructors
HierarchicalPropertyDescriptorFieldInfo(PropertyDescriptor)
Initializes a new instance of the HierarchicalPropertyDescriptorFieldInfo class.
Declaration
cs-api-definition
public HierarchicalPropertyDescriptorFieldInfo(PropertyDescriptor propertyDescriptor)
Parameters
propertyDescriptor
The property descriptor.
Properties
Children
Gets the children of this property.
Declaration
cs-api-definition
public IList<IHierarchicalFieldInfo> Children { get; }
Property Value
Implements
Parent
Gets the parent of this property.
Declaration
cs-api-definition
public IHierarchicalFieldInfo Parent { get; }
Property Value
Implements
Methods
GetValue(object)
Gets the value of the property.