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. The item. |
Returns
System.
|
SetValue(Object, Object)
Sets the value of the property.
Declaration
public abstract void SetValue(object item, object fieldValue)
Parameters
System. The item. |
System. The field value. |