ClassDateTimePropertyFieldInfo
Class
An IPivotFieldInfo that uses PropertyName and DateTimeStep to identify a property.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public class DateTimePropertyFieldInfo : PropertyFieldInfo, IPivotFieldInfo
Inheritance: objectPivotFieldInfoPropertyFieldInfoDateTimePropertyFieldInfo
Implements:
Inherited Members
Constructors
DateTimePropertyFieldInfo(PropertyFieldInfo, DateTimeStep, string)
Initializes a new instance of the DateTimePropertyFieldInfo class.
Declaration
cs-api-definition
public DateTimePropertyFieldInfo(PropertyFieldInfo propertyInfo, DateTimeStep step, string propertyName)
Parameters
propertyInfo
The property info.
step
The DateTimeStep.
propertyName
The PropertyName to identify the property.
Properties
DateTimeStep
Gets or sets the DateTimeStep.
Declaration
cs-api-definition
public DateTimeStep DateTimeStep { get; set; }
Property Value
PropertyName
Gets or sets the PropertyName to identify the associated property.
Methods
GetValue(object)
Gets the value of the property.
SetValue(object, object)
Sets the value of the property.