ClassQueryableFieldDescription
Class
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:
Inherited Members
Constructors
QueryableFieldDescription(PropertyInfo)
Initializes a new instance of the QueryableFieldDescription class.
Declaration
cs-api-definition
public QueryableFieldDescription(PropertyInfo propertyInfo)
Parameters
propertyInfo
The property info.
Methods
GetValue(object)
Gets the value of the property.
SetValue(object, object)
Sets the value of the property.