Class PropertyDescriptorFieldInfo
An IPivot
Inherited Members
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.Pivot.Core.dll
Syntax
public class PropertyDescriptorFieldInfo : PropertyFieldInfo, IPivotFieldInfo, IPropertyMetadataReader
Constructors
PropertyDescriptorFieldInfo(PropertyDescriptor)
Initializes a new instance of the Property
Declaration
public PropertyDescriptorFieldInfo(PropertyDescriptor propertyDescriptor)
Parameters
System. The property descriptor. |
Properties
PropertyDescriptor
Gets the property descriptor for this field info.
Declaration
protected PropertyDescriptor PropertyDescriptor { get; }
Property Value
System.
|
Methods
GetValue(Object)
Gets the value of the property.
Declaration
public override object GetValue(object item)
Parameters
System. The item. |
Returns
System.
|
Overrides
SetValue(Object, Object)
Sets the value of the property.
Declaration
public override void SetValue(object item, object fieldValue)
Parameters
System. The item. |
System. The field value. |