Class HierarchicalPropertyInfoFieldInfo
An IPivotFieldInfo that has child properties.
Inheritance
System.Object
HierarchicalPropertyInfoFieldInfo
Inherited Members
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.Pivot.Core.dll
Syntax
public class HierarchicalPropertyInfoFieldInfo : PropertyInfoFieldInfo, IPropertyMetadataReader, IHierarchicalFieldInfo, IPivotFieldInfo
Constructors
HierarchicalPropertyInfoFieldInfo(PropertyInfo, Func<Object, Object>)
Initializes a new instance of the HierarchicalPropertyInfoFieldInfo class.
Declaration
public HierarchicalPropertyInfoFieldInfo(PropertyInfo propertyInfo, Func<object, object> propertyAccess)
Parameters
System.Reflection.PropertyInfo
propertyInfo
The property info. |
System.Func<System.Object, System.Object>
propertyAccess
The property access. |
Properties
Children
Gets the children of this property.
Declaration
public IList<IHierarchicalFieldInfo> Children { get; }
Property Value
System.Collections.Generic.IList<IHierarchicalFieldInfo>
|
Implements
Parent
Gets the parent of this property.
Declaration
public IHierarchicalFieldInfo Parent { get; }
Property Value
IHierarchicalFieldInfo
|