Class DateTimePropertyFieldInfo
An IPivotFieldInfo that uses PropertyName and DateTimeStep to identify a property.
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 DateTimePropertyFieldInfo class.
Declaration
public DateTimePropertyFieldInfo(PropertyFieldInfo propertyInfo, DateTimeStep step, string propertyName)
Parameters
PropertyFieldInfo
propertyInfo
The property info. |
DateTimeStep
step
The DateTimeStep. |
System.String
propertyName
The PropertyName to identify the property. |
Properties
DateTimeStep
Gets or sets the DateTimeStep.
Declaration
public DateTimeStep DateTimeStep { get; set; }
Property Value
DateTimeStep
|
PropertyName
Gets or sets the PropertyName to identify the associated property.
Declaration
public string PropertyName { get; set; }
Property Value
System.String
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
GetValue(Object)
Gets the value of the property.
Declaration
public override object GetValue(object item)
Parameters
System.Object
item
The item. |
Returns
System.Object
|
Overrides
SetValue(Object, Object)
Sets the value of the property.
Declaration
public override void SetValue(object item, object fieldValue)
Parameters
System.Object
item
The item. |
System.Object
fieldValue
The field value. |