ClassPropertyInfoFieldInfo
Class
An IPivotFieldInfo that uses Func<T, TResult> for property access.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public class PropertyInfoFieldInfo : PropertyFieldInfo, IPivotFieldInfo
Inheritance: objectPivotFieldInfoPropertyFieldInfoPropertyInfoFieldInfo
Derived Classes:
Implements:
Inherited Members
Constructors
PropertyInfoFieldInfo(PropertyInfo)
Initializes a new instance of the PropertyInfoFieldInfo class.
Declaration
cs-api-definition
public PropertyInfoFieldInfo(PropertyInfo propertyInfo)
Parameters
propertyInfo
The property info.
PropertyInfoFieldInfo(PropertyInfo, Func<object, object>)
Initializes a new instance of the PropertyInfoFieldInfo class.
Declaration
cs-api-definition
public PropertyInfoFieldInfo(PropertyInfo propertyInfo, Func<object, object> propertyAccess)
Parameters
propertyInfo
The property info.
propertyAccess
The property access.
Properties
PropertyAccess
Gets the Func<T, TResult> for property access.
PropertyInfo
Gets the PropertyInfo.
Methods
GetValue(object)
Gets the value of the property.
SetValue(object, object)
Sets the value of the property.