Class PropertyFieldInfo
Represents an abstraction of a property info that can set and get values.
Inherited Members
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.Pivot.Core.dll
Syntax
public abstract class PropertyFieldInfo : PivotFieldInfo, IPivotFieldInfo
Constructors
PropertyFieldInfo()
Declaration
protected PropertyFieldInfo()
Methods
GetValue(Object)
Gets the value of the property.
Declaration
public abstract object GetValue(object item)
Parameters
System.Object
item
The item. |
Returns
System.Object
|
SetValue(Object, Object)
Sets the value of the property.
Declaration
public abstract void SetValue(object item, object fieldValue)
Parameters
System.Object
item
The item. |
System.Object
fieldValue
The field value. |