Class DateTimePropertyFieldInfo
An IPivot
Inherited Members
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.Pivot.Core.dll
Syntax
public class DateTimePropertyFieldInfo : PropertyFieldInfo, IPivotFieldInfo
Constructors
DateTimePropertyFieldInfo(PropertyFieldInfo, DateTimeStep, String)
Initializes a new instance of the Date
Declaration
public DateTimePropertyFieldInfo(PropertyFieldInfo propertyInfo, DateTimeStep step, string propertyName)
Parameters
Property The property info. |
Date The DateTimeStep. |
System. The PropertyName to identify the property. |
Properties
DateTimeStep
Gets or sets the Date
Declaration
public DateTimeStep DateTimeStep { get; set; }
Property Value
PropertyName
Gets or sets the PropertyName to identify the associated property.
Declaration
public string PropertyName { get; set; }
Property Value
System.
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Overrides
GetValue(Object)
Gets the value of the property.
Declaration
public override object GetValue(object item)
Parameters
System. The item. |
Returns
System.
|
Overrides
SetValue(Object, Object)
Sets the value of the property.
Declaration
public override void SetValue(object item, object fieldValue)
Parameters
System. The item. |
System. The field value. |