Class
QueryableFieldDescription

Represents a property of an IQueryable entity.

Definition

Namespace:Telerik.Pivot.Queryable

Assembly:Telerik.Pivot.DataProviders.Queryable.dll

Syntax:

cs-api-definition
public sealed class QueryableFieldDescription : PropertyFieldInfo, IPivotFieldInfo

Inheritance: objectPivotFieldInfoPropertyFieldInfoQueryableFieldDescription

Implements: IPivotFieldInfo

Inherited Members PivotFieldInfo.Equals(object)PivotFieldInfo.GetHashCode()PivotFieldInfo.NamePivotFieldInfo.DisplayNamePivotFieldInfo.DataTypePivotFieldInfo.PreferredRolePivotFieldInfo.AllowedRolesPivotFieldInfo.AutoGenerateField

Constructors

QueryableFieldDescription(PropertyInfo)

Initializes a new instance of the QueryableFieldDescription class.

Declaration

cs-api-definition
public QueryableFieldDescription(PropertyInfo propertyInfo)

Parameters

propertyInfo

PropertyInfo

The property info.

Methods

GetValue(object)

Gets the value of the property.

Declaration

cs-api-definition
public override object GetValue(object item)

Parameters

item

object

The item.

Returns

object

Overrides PropertyFieldInfo.GetValue(object)

SetValue(object, object)

Sets the value of the property.

Declaration

cs-api-definition
public override void SetValue(object item, object fieldValue)

Parameters

item

object

The item.

fieldValue

object

The field value.

Overrides PropertyFieldInfo.SetValue(object, object)