Class PivotFieldInfo
Represents an abstraction of a property info.
Inheritance
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.Pivot.Core.dll
Syntax
public class PivotFieldInfo : Object, IPivotFieldInfo
Constructors
PivotFieldInfo()
Properties
AllowedRoles
Gets the allowed roles of this property.
Declaration
public FieldRoles AllowedRoles { get; set; }
Property Value
FieldRoles
|
Implements
AutoGenerateField
Gets or sets a value that indicates whether UI should be generated automatically in order to display this field.
Declaration
public bool AutoGenerateField { get; set; }
Property Value
System.Boolean
True if field should be generated automatically. |
Implements
DataType
Gets the data type of the property.
Declaration
public Type DataType { get; set; }
Property Value
System.Type
The System.Type of the data. |
Implements
DisplayName
Gets the display-friend name of the property.
Declaration
public string DisplayName { get; set; }
Property Value
System.String
|
Implements
Name
Gets name of the property.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Implements
PreferredRole
Gets the preferred role of this property.
Declaration
public FieldRoles PreferredRole { get; set; }
Property Value
FieldRoles
|
Implements
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|